Skip to content

Commit

Permalink
Adjust ui
Browse files Browse the repository at this point in the history
  • Loading branch information
OKendigelyan committed Sep 26, 2024
1 parent 085324b commit fb36894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/web/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export const Layout = () => {
base: '"header" "sidebar" "main" "footer" "nav"',
md: `"header header" "sidebar nav" "sidebar main" "footer main"`,
}}
height={{ md: "100vh", base: "100dvh" }}
height={{ md: "100vh" }}
minHeight={{ base: "100dvh" }}
padding={{ md: "20px 46px 0", base: "54px 0 0" }}
data-testid="signed-in-layout"
>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:before {
top: 0;
left: 0;
right: 0;
height: 100vh;
min-height: 100%;
}

code {
Expand Down

0 comments on commit fb36894

Please sign in to comment.