zotero/scss/base/_base.scss
Tom Najdek 9ff76d2dd9 Restyle Tag Selector
* Render a colored dot for colored tags
* Improve spacing and positioning, especially on 2x screens
* Add scss map for tag colors in light/dark scheme
* Add support for compact/comfortable in tag selector
* Restyle filter box, add a placeholder and a new icon
2024-01-24 04:03:12 -05:00

21 lines
392 B
SCSS

:root {
color-scheme: light dark;
}
:root {
font-family: system-ui, -apple-system, sans-serif;
font-size: 12px;
font-style: normal;
}
#zotero-collections-pane, #zotero-item-pane {
background: var(--material-sidepane);
}
#zotero-items-pane {
min-width: 370px;
min-height: 150px;
height: 150px;
width: 290px;
background: var(--material-background);
}