diff options
author | Devaev Maxim <[email protected]> | 2018-10-09 02:06:35 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-09 02:06:35 +0300 |
commit | 66f0eb7f3094ed05996f14e8ec256d70ce0d17c5 (patch) | |
tree | 146ebe5d4eb6e1652ddfd4b7b2e677c20dcd9d9f /web/css/mobile.css | |
parent | c4e355cdb00801666bede44aa4e60d92a988e2b0 (diff) |
quality slider
Diffstat (limited to 'web/css/mobile.css')
-rw-r--r-- | web/css/mobile.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/web/css/mobile.css b/web/css/mobile.css index 04e548e7..1e5df8fd 100644 --- a/web/css/mobile.css +++ b/web/css/mobile.css @@ -54,7 +54,7 @@ } div#stream-window { - padding-top: 9px !important; + padding-top: 3px !important; border-top: 0 !important; border-radius: 0 0 8px 8px !important; top: 50px !important; @@ -65,6 +65,14 @@ div#stream-window-header { display: none !important; } + div#stream-info { + display: block !important; + margin: 0; + padding: 0; + padding-bottom: 3px; + font-size: 0.8em; + color: var(--fg-color-dark); + } div#stream-mouse-buttons { display: block !important; } @@ -80,9 +88,10 @@ } @supports (-webkit-appearance:none) { - div#stream-size-slider-box input[type=range] { + input[type=range].slider { margin: 20px 0 20px 0 !important; } + table#stream-auto-resize-box { margin: 20px 0 20px 0 !important; } |