Skip to content

Commit

Permalink
chore: init APP_HEIGHT (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhho committed Oct 10, 2024
1 parent 5179351 commit 61129a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/AppStyle.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/** App Height should use under AppLayout (userViewResize) */
export const APP_HEIGHT = 'calc(var(--vh, 1vh) * 100)';

export const APP_WIDTH = '37.5rem';

export const APP_HEADER_HEIGHT = '5.2rem';

0 comments on commit 61129a7

Please sign in to comment.