theme-store/themes/11beb01c-6ed1-4559-bb81-7e94d9ae8031/chrome.css
2024-09-05 10:59:38 +00:00

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;
}
}