Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve #968, Change font family, size, mobile view threshold, my info page #974

Closed
wants to merge 1 commit into from

Conversation

hye1ee
Copy link
Contributor

@hye1ee hye1ee commented May 11, 2023

Issue
#968

Task

  • 1. Font-family 수정
  • 2. Font-size 수정
  • 3. mobile-view threshold 수정
  • 기존 style값들은 스크립트와 독립적으로 관리되고 있었으나, 스크립트 내에서 mobile view 판단을 위해 threshold 값을 스크립트에 하드코딩하여 사용하고 있었음
  • 해당 threshold를 변경하고자 할 경우 style외에 스크립트까지 변경해야하는 번거로움 및 의존성 발생
  • 이에 따라 App.module.scss에서 정의된 변수 $media-portrait를 스크립트로 import하는 방식으로 변경 제안
  • 현재 import 관련 이슈 해결 중
  • 4. 내 정보 > 설정 > 관심학과 정리

@sboh1214 sboh1214 added feat 기능을 추가하는 경우 design labels May 30, 2023
@sboh1214
Copy link
Contributor

sparcs-kaist/otlplus-web#15 으로 이관하였습니다.

@sboh1214 sboh1214 closed this May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design feat 기능을 추가하는 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants