fx115: Fix wizards

* Fix wrong window dimensions
* Fix missing buttons in import wizard
* Fix tiny items selector in RTF Scan Wizard
This commit is contained in:
Tom Najdek 2024-03-31 12:32:03 +02:00
parent 8bf8bfe804
commit 7bf0aa4958
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
9 changed files with 16 additions and 7 deletions

View file

@ -1,3 +1,9 @@
#zotero-select-items-dialog {
display: flex;
min-width: 600px;
min-height: 450px;
}
#select-items-dialog {
padding: 2em;