web/PickerDialog: adjust mobile scaling a bit

This commit is contained in:
wukko 2025-02-13 01:05:08 +06:00
parent bc70cf4b6b
commit dcc5b5d2fd
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -153,18 +153,12 @@
} }
} }
@media screen and (max-width: 400px) { @media screen and (max-width: 398px) {
.picker-dialog { .picker-dialog {
--picker-item-size: 115px; --picker-item-size: 115px;
} }
} }
@media screen and (max-width: 395px) {
.picker-dialog {
--picker-item-size: 113px;
}
}
@media screen and (max-width: 388px) { @media screen and (max-width: 388px) {
.picker-dialog { .picker-dialog {
--picker-item-size: 110px; --picker-item-size: 110px;