Add gap between file type checkboxes on macOS (#4458)

This commit is contained in:
Abe Jellinek 2024-07-29 10:54:24 -04:00 committed by Dan Stillman
parent c836fb3448
commit 73a317b8d8

View file

@ -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;