mirror of
https://github.com/zotero/zotero.git
synced 2026-09-07 08:26:14 +00:00
12 lines
211 B
SCSS
12 lines
211 B
SCSS
menupopup.tags-popup {
|
|
font: inherit;
|
|
min-width: 300px;
|
|
padding-inline: 8px;
|
|
|
|
@media (-moz-platform: windows) {
|
|
& > tags-box {
|
|
// padding-inline does not work on Windows
|
|
margin-inline: 8px;
|
|
}
|
|
}
|
|
}
|