mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
some mobile improvements
This commit is contained in:
parent
1fdd929f2a
commit
95ea69d43f
@ -28,9 +28,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
|
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
|
||||||
div.ctl-dropdown-content button {
|
div.ctl-dropdown-content button, select {
|
||||||
height: 45px !important;
|
height: 45px !important;
|
||||||
}
|
}
|
||||||
|
div.ctl-dropdown-content button:enabled:hover, select:enabled:hover {
|
||||||
|
color: var(--fg-color-normal) !important;
|
||||||
|
background-color: var(--bg-color-normal) !important;
|
||||||
|
}
|
||||||
|
|
||||||
div#stream-window {
|
div#stream-window {
|
||||||
padding-top: 9px !important;
|
padding-top: 9px !important;
|
||||||
@ -66,4 +70,10 @@
|
|||||||
div#keyboard-window-header {
|
div#keyboard-window-header {
|
||||||
display: none !important
|
display: none !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (-webkit-appearance:none) {
|
||||||
|
div.stream-params div#stream-size-slider-box input[type=range] {
|
||||||
|
margin: 20px 0 20px 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user