9ff76d2dd9
* 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
21 lines
392 B
SCSS
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);
|
|
}
|