mirror of
https://github.com/zotero/zotero.git
synced 2026-09-12 23:01:22 +00:00
* Fixed an issue where the window size did not match the content * Replaced the semi-transparent progress bar with a spinner * Fixed a problem that allowed triggering a search while one was already in progress * Reduced code complexity
5 lines
168 B
SCSS
5 lines
168 B
SCSS
#zotero-create-parent-container {
|
|
// This matches the margin on the buttons in the dialog box, which are platform dependent
|
|
padding-left: 8px;
|
|
padding-right: 6px;
|
|
}
|