sidebar shadow

This commit is contained in:
2025-10-26 23:15:12 +01:00
parent 40e45f3a01
commit 970678986a
+1 -1
View File
@@ -416,6 +416,7 @@ button.danger:hover:not([disabled]) {
border-radius: 0; border-radius: 0;
background: var(--surface); background: var(--surface);
flex-grow: 1; flex-grow: 1;
box-shadow: -12px 0 24px -12px var(--shadow-faint);
} }
.main-content__header { .main-content__header {
@@ -996,7 +997,6 @@ button.danger:hover:not([disabled]) {
gap: 0; gap: 0;
overflow-y: auto; overflow-y: auto;
color: var(--sidebar-fg); color: var(--sidebar-fg);
box-shadow: inset -12px 0 24px -12px var(--shadow-faint);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 20em; width: 20em;