mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
web/PickerDialog: adjust mobile scaling a bit
This commit is contained in:
parent
bc70cf4b6b
commit
dcc5b5d2fd
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user