mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-21 02:18:33 +00:00
New min size
This commit is contained in:
parent
3ee53e4439
commit
7d550e745a
15
main.css
15
main.css
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user