sidebar shadow
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user