summaryrefslogtreecommitdiff
path: root/ui/styles/app-layout.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-01-09 11:29:27 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-01-09 11:29:27 -0500
commit7b8587e85e1e16904018d1f0cf57d09e6307c8cf (patch)
tree1bfda5b72fcbf4ba639ec7d904cb6f590e3a49f2 /ui/styles/app-layout.css
parentee46d93821b62befe294389970ab9123e9198247 (diff)
Rectilinear sidebar, rather than rounded. The rounded corners were leaving some visually-displeasing shapes and gaps near the bottom of the app.
Diffstat (limited to 'ui/styles/app-layout.css')
-rw-r--r--ui/styles/app-layout.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/styles/app-layout.css b/ui/styles/app-layout.css
index f5b24ab..50fa704 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) {