New min size

This commit is contained in:
lindenkron 2023-04-13 00:51:20 +02:00
parent 3ee53e4439
commit 7d550e745a

View File

@ -1809,7 +1809,7 @@ input[type=range]:focus::-ms-fill-upper {
}
}
@media only screen and (max-width: 300px) {
@media only screen and (max-width: 320px) {
#subControlButtons > div {
min-width: 30px;
min-height: 30px;
@ -1821,6 +1821,19 @@ input[type=range]:focus::-ms-fill-upper {
}
}
@media only screen and (max-width: 280px) {
#subControlButtons > div {
min-width: 25px;
min-height: 25px;
border-radius: 4px;
margin: 3px;
}
#SubControlButtons > div i {
font-size: 16px;
}
}
/* //////////////////////////////////// */
@media only screen and (max-height: 650px) {