diff options
author | Maxim Devaev <[email protected]> | 2022-11-29 06:22:18 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-29 06:22:18 +0300 |
commit | 1d7ef25a0bcd42792c37dde4e985e85bb28d0a05 (patch) | |
tree | f7e7fc44cbfe9fa324c4f9bb02e35a73b0384ab7 /web | |
parent | 35fb7e9c84aab179ce48e57af58cd9bd815ea48e (diff) |
web: compact mobile elements
Diffstat (limited to 'web')
-rw-r--r-- | web/share/css/x-mobile.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/share/css/x-mobile.css b/web/share/css/x-mobile.css index 8a72fba2..00840e2a 100644 --- a/web/share/css/x-mobile.css +++ b/web/share/css/x-mobile.css @@ -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 ===== */ |