feat: make ui settings more compact (#2590)

* Slightly more compact ui settings

Changed Radio to Dropdown.

* feat: change preset from option to select, add accordion for resolution

* feat: change title of aspect ratios accordion on load and update

* refactor: reorder image number slider, code cleanup

* fix: add missing scroll down for metadata tab

* fix: adjust indent

---------

Co-authored-by: Manuel Schmid <dev@mash1t.de>
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
This commit is contained in:
Alexdnk
2024-05-26 18:10:29 +02:00
committed by GitHub
co-authored by Manuel Schmid Manuel Schmid
parent 67289dd0fe
commit 57d2f2a0dd
2 changed files with 32 additions and 13 deletions
+5 -1
View File
@@ -107,10 +107,14 @@ progress::after {
overflow: auto !important;
}
.aspect_ratios label {
.performance_selection label {
width: 140px !important;
}
.aspect_ratios label {
flex: calc(50% - 5px) !important;
}
.aspect_ratios label span {
white-space: nowrap !important;
}