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