diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-02 13:57:33 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-02 13:57:33 -0400 |
| commit | 1fc1e6ed22d999bd8b6fb7b62a76adb12abcb18c (patch) | |
| tree | 6753e46a48c043fefe6e4715bed712ef999621a5 /ui/routes/(app) | |
| parent | ca8bd1bc85ec48aea1eac7e04c58e66c0fbb39ae (diff) | |
Make the channel menu more consistent with the density of the rest of the UI
Diffstat (limited to 'ui/routes/(app)')
| -rw-r--r-- | ui/routes/(app)/+layout.svelte | 2 |
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); |
