summaryrefslogtreecommitdiff
path: root/ui/routes
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-11-02 13:57:33 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-11-02 13:57:33 -0400
commit1fc1e6ed22d999bd8b6fb7b62a76adb12abcb18c (patch)
tree6753e46a48c043fefe6e4715bed712ef999621a5 /ui/routes
parentca8bd1bc85ec48aea1eac7e04c58e66c0fbb39ae (diff)
Make the channel menu more consistent with the density of the rest of the UI
Diffstat (limited to 'ui/routes')
-rw-r--r--ui/routes/(app)/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte
index 1b0a3d9..2ca1c23 100644
--- a/ui/routes/(app)/+layout.svelte
+++ b/ui/routes/(app)/+layout.svelte
@@ -114,7 +114,7 @@
}
nav {
grid-area: side;
- background-color: rgb(var(--color-surface-600));
+ background-color: rgb(var(--color-surface-800));
inset: auto auto 0 0;
padding: 0.25rem;
position: var(--overlay, absolute);