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;