Add gap between file type checkboxes on macOS (#4458)
This commit is contained in:
parent
c836fb3448
commit
73a317b8d8
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
min-width: 12em;
|
||||
}
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
#zotero-prefpane-file-renaming-file-types-box {
|
||||
gap: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-platform: windows) {
|
||||
button, menulist, radio, checkbox, input {
|
||||
margin-block: 4px;
|
||||
|
|
Loading…
Add table
Reference in a new issue