mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-15 07:16:40 +01:00
web/PickerDialog: adjust mobile scaling a bit
This commit is contained in:
parent
bc70cf4b6b
commit
dcc5b5d2fd
1 changed files with 1 additions and 7 deletions
|
@ -153,18 +153,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 398px) {
|
||||
.picker-dialog {
|
||||
--picker-item-size: 115px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 395px) {
|
||||
.picker-dialog {
|
||||
--picker-item-size: 113px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 388px) {
|
||||
.picker-dialog {
|
||||
--picker-item-size: 110px;
|
||||
|
|
Loading…
Reference in a new issue