summaryrefslogtreecommitdiff
path: root/ui/styles/app-layout.css
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
committerKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
commit55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch)
treeb4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/styles/app-layout.css
parent21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff)
parentbdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff)
Merge branch 'main' into wip/fonts
Diffstat (limited to 'ui/styles/app-layout.css')
-rw-r--r--ui/styles/app-layout.css6
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)
+ );
}
}