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,4 +1,6 @@
.import-wizard {
min-width: 600px;
min-height: 400px;
font-size: 12px;
radiogroup {

View file

@ -1,4 +1,6 @@
.publications-dialog-wizard {
min-width: 600px;
min-height: 550px;
font-size: 12px;
div {

View file

@ -1,4 +1,7 @@
.rtfscan-wizard {
min-width: 700px;
min-height: 550px;
wizardpage {
display: flex;
flex-direction: column;

View file

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