mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix background color of collapsed sidebar
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: calc(100vh - 119px);
|
max-height: calc(100vh - 119px);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background: var(--theme-colors-background-alternate);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-container.web,
|
.sidebar-container.web,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-area: sidebar;
|
grid-area: sidebar;
|
||||||
|
background: var(--theme-colors-background-alternate);
|
||||||
border-right: 1px solid alpha(var(--theme-colors-border), 0.3);
|
border-right: 1px solid alpha(var(--theme-colors-border), 0.3);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user