diff options
Diffstat (limited to 'ui/styles/app-layout.css')
| -rw-r--r-- | ui/styles/app-layout.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/styles/app-layout.css b/ui/styles/app-layout.css index f5b24ab..82d9914 100644 --- a/ui/styles/app-layout.css +++ b/ui/styles/app-layout.css @@ -24,8 +24,6 @@ nav#sidebar { height: 100vh; z-index: 10; - border-radius: 0 0.8rem 0.8rem 0; - background-color: var(--colour-navbar-bg); @media (width > 640px) { @@ -38,7 +36,9 @@ nav.list-nav { overflow: auto; @media (width > 640px) { - height: calc(100vh - var(--app-bar-height) - var(--input-row-height) - var(--interface-padding)); + height: calc( + 100vh - var(--app-bar-height) - var(--input-row-height) - var(--interface-padding) + ); } } |
