mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix background color of collapsed sidebar
This commit is contained in:
parent
81ca6937bc
commit
f4db8fdb84
2 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue