mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
13 lines
287 B
CSS
13 lines
287 B
CSS
|
|
#sidebar-box {
|
|
background: var(--zen-colors-tertiary) !important;
|
|
border: var(--zen-appcontent-border) !important;
|
|
|
|
display: flex !important;
|
|
transition: 400ms cubic-bezier(0,0,.15,1.28) !important;
|
|
|
|
&[hidden] {
|
|
width: 0 !important;
|
|
min-width: 0 !important;
|
|
}
|
|
}
|