some mobile improvements

This commit is contained in:
Devaev Maxim 2018-08-27 07:48:05 +03:00
parent 1fdd929f2a
commit 95ea69d43f

View File

@ -28,9 +28,13 @@
}
@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;
}
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 {
padding-top: 9px !important;
@ -66,4 +70,10 @@
div#keyboard-window-header {
display: none !important
}
@supports (-webkit-appearance:none) {
div.stream-params div#stream-size-slider-box input[type=range] {
margin: 20px 0 20px 0 !important;
}
}
}