[Fix]: GlobalHeader 수정, postHeader 수정, button 공용컴포넌트로 수정, LogoButton 컴포넌트 생성#120
Merged
summerDev96 merged 1 commit intomainfrom Jun 11, 2025
Merged
[Fix]: GlobalHeader 수정, postHeader 수정, button 공용컴포넌트로 수정, LogoButton 컴포넌트 생성#120summerDev96 merged 1 commit intomainfrom
summerDev96 merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
summerDev96
reviewed
Jun 11, 2025
| @@ -15,6 +15,11 @@ $wrapper-desktop-width: 720px; | |||
| flex-direction: column; | |||
Collaborator
There was a problem hiding this comment.
버튼이 태블릿 사이즈 이하에서는 position: fixed 상태가 되어야 할 것 같습니다!
summerDev96
approved these changes
Jun 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 작업 내용
💡 GlobalHeader 수정
LogoButton 컴포넌트를 생성하였고, 기존 로고버튼에 사용하던 이미지가 화질이 좋지 않아 아래와 같이 수정했습니다.
Poppins 폰트 추가
Logo 이미지 svg파일로 변경
Rollings 이미지를 텍스트로 변경

Button outlined 공용컴포넌트로 수정
💡ToggleEmoji 수정
width를 270px로 고정하였습니다
PC, Tablet :
justify-content: end;Mobile:
justify-content: start;💡POST페이지 수정
Tablet 환경에서 버튼 배치를 수직 배치 => 수평 배치로 변경하였습니다

💡EmojiBadge
background-color : rgba(0,0,0,0.54) 적용
🔗 관련 이슈
Fixes #