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

This commit is contained in:
Manuel Schmid
2024-05-23 01:21:08 +02:00
parent e9c6dbdd5f
commit a0114de9e9
2 changed files with 19 additions and 16 deletions
+5 -1
View File
@@ -101,10 +101,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;
}