Files
feishin/src/renderer/layouts/default-layout/left-sidebar.module.css
T
2025-06-28 13:34:16 -07:00

7 lines
189 B
CSS

.container {
position: relative;
grid-area: sidebar;
background: var(--theme-colors-background-alternate);
border-right: 1px solid alpha(var(--theme-colors-border), 0.3);
}