10 lines
198 B
SCSS
10 lines
198 B
SCSS
#zotero-locate-manager-prefs {
|
|
@include macOS-normalize-controls;
|
|
@include contain-richlistbox;
|
|
|
|
#button-bar, #button-bar > hbox {
|
|
justify-content: flex-end;
|
|
display: flex;
|
|
gap: 6px;
|
|
}
|
|
}
|