88743682c3
- 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.
16 lines
232 B
SCSS
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;
|
|
}
|
|
}
|