feat: #83 로고 추가 - #87
Open
borissal1207 wants to merge 4 commits into
Open
Conversation
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.
배경
사이드바 상단 "PLAN B" 텍스트 로고를 실제 디자인된 로고 이미지로 교체한다.
사이드바를 접었을 때도 브랜드 아이덴티티가 남아있도록, 접힌 상태에서는
아이콘 부분만 보이게 처리한다.
구현 대상
static/images/logo-lockup.png— 로고 이미지 (아이콘 + "PLAN B" 워드마크, 여백 제거 크롭본)planner/templates/planner/includes/sidebar.html— 로고 마크업을 이미지 한 장으로 교체static/css/planner.css—.brand-logo컨테이너로 펼침/접힘 두 상태 처리templates/includes/icons.html— 더 이상 안 쓰는i-logoSVG 심볼 제거구현 방식
.brand-logo{width:100px;height:28px;overflow:hidden}로 이미지 전체 노출.app.collapsed):.brand-logo{width:25px}로 좁혀서 왼쪽 아이콘 부분만 남기고 나머지는overflow:hidden으로 잘림이번 PR 범위 밖
확인 기준
Close #83