mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: compact mobile elements
This commit is contained in:
parent
35fb7e9c84
commit
1d7ef25a0b
@ -81,22 +81,22 @@ ul#navbar li a.menu-button:hover:not(.active) {
|
|||||||
|
|
||||||
/* ===== radio.css ===== */
|
/* ===== radio.css ===== */
|
||||||
|
|
||||||
@media only screen and (orientation: portrait) {
|
/*@media only screen and (orientation: portrait) {
|
||||||
div.radio-box input[type=radio] + label {
|
div.radio-box input[type=radio] + label {
|
||||||
height: 30px !important;
|
height: 30px !important;
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/* ===== slider.css ===== */
|
/* ===== slider.css ===== */
|
||||||
|
|
||||||
@media only screen and (orientation: portrait) {
|
/*@media only screen and (orientation: portrait) {
|
||||||
@supports (-webkit-appearance: none) {
|
@supports (-webkit-appearance: none) {
|
||||||
input[type=range].slider {
|
input[type=range].slider {
|
||||||
margin: 20px 0 20px 0 !important;
|
margin: 20px 0 20px 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/* ===== tabs.css ===== */
|
/* ===== tabs.css ===== */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user