From 970678986aa78f327b8e1f1772682dc2cdf3bf25 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 26 Oct 2025 23:15:12 +0100 Subject: [PATCH] sidebar shadow --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index f91f071..efe4bb3 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -416,6 +416,7 @@ button.danger:hover:not([disabled]) { border-radius: 0; background: var(--surface); flex-grow: 1; + box-shadow: -12px 0 24px -12px var(--shadow-faint); } .main-content__header { @@ -996,7 +997,6 @@ button.danger:hover:not([disabled]) { gap: 0; overflow-y: auto; color: var(--sidebar-fg); - box-shadow: inset -12px 0 24px -12px var(--shadow-faint); display: flex; flex-direction: column; width: 20em;