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

[FE] 인기검색어 UI 마이너 수정 #31

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

Palwol
Copy link
Collaborator

@Palwol Palwol commented Nov 17, 2022

개요

인기검색어 UI 개선, 데이터 로딩 시 깜빡임 현상 수정

작업사항

  • 인기검색어 padding 수정하여 텍스트 중앙정렬
  • 인기검색어 슬라이딩 클릭 이벤트 범위 수정
  • 데이터 로딩 시 UI 깜빡임 이슈 수정

리뷰 요청사항

  • N/A

@JunYupK JunYupK merged commit abd45e3 into dev Nov 17, 2022
@sujinleeme
Copy link

sujinleeme commented Nov 17, 2022

@Palwol

  1. 다음에는 전과 이후 스크린샷 첨부해주세요.
  2. 제목과 본문에 이슈 번호가 빠져있습니다.

@@ -45,8 +47,8 @@ const KeywordRanking = () => {
<HeaderContainer>
<span>인기 검색어</span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

span tag에

  white-space: nowrap;
  overflow: hidden;

이런식으로 스타일을 추가해주시면 글자가 줄바꿈되는 이슈를 주변 패딩크기나 감싸고있는 컴포넌트 크기같은 요소에 상관없이 원천방지할 수 있을 것 같습니다.
주변 요소에 의해 글자의 깨짐 여부가 결정되면 맥에서는 잘 나와도 �윈도우에서는 또 깨져서 나올 수 있더라구요. (같은 크롬내에서만 고려하더라도 운영체제별로 폰트를 페인팅하는 방식이 조금 다르다고 합니다.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants