web: compact mobile elements

This commit is contained in:
Maxim Devaev 2022-11-29 06:22:18 +03:00
parent 35fb7e9c84
commit 1d7ef25a0b

View File

@ -81,22 +81,22 @@ ul#navbar li a.menu-button:hover:not(.active) {
/* ===== radio.css ===== */
@media only screen and (orientation: portrait) {
/*@media only screen and (orientation: portrait) {
div.radio-box input[type=radio] + label {
height: 30px !important;
}
}
}*/
/* ===== slider.css ===== */
@media only screen and (orientation: portrait) {
/*@media only screen and (orientation: portrait) {
@supports (-webkit-appearance: none) {
input[type=range].slider {
margin: 20px 0 20px 0 !important;
}
}
}
}*/
/* ===== tabs.css ===== */