zotero/scss/components/_advancedSearch.scss
Tom Najdek 88743682c3 Improve Advanced Search Dialog #4190 (#4225)
- Set the window minimum size to 700px x 500px.
- Fix a regression where non-applicable operators remain visible.
- Fix the "✔️" appearing next to multiple operators in the operator popup menu.
- Include the "Year" and "Attachments" columns by default in the results table.
2024-06-12 00:37:22 -04:00

16 lines
232 B
SCSS

#zotero-advanced-search-dialog {
min-height: 500px;
min-width: 700px;
#zotero-search-box-container {
max-height: 100vh;
}
#zotero-search-box-controls {
padding: 3px;
}
#zotero-search-buttons {
margin: 3px 0;
}
}