-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: TailwindCSS에 h-app 프로퍼티 추가 * refactor: Layout 컴포넌트 시멘틱 태그 적용 및 fallback height 추가 * refactor: Layout 컴포넌트 padding값 수정 및 children props 옵셔널로 변경 * refactor: Layout 컴포넌트를 layout.tsx로 이동 * fix: BottomNavigation 컴포넌트 position을 fixed로 수정 * feat: tailwind.config에 battomNav boxShadow 값 추가 * fix: BottomNavigation UI 수정
- Loading branch information
Showing
6 changed files
with
35 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,8 @@ | |
.w-app { | ||
@apply relative -left-[2rem] w-[calc(100%+4rem)]; | ||
} | ||
.h-app { | ||
height: 100vh; | ||
height: 100dvh; | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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