diff options
author | Devaev Maxim <[email protected]> | 2019-11-08 01:28:42 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-11-08 01:28:42 +0300 |
commit | b261c2695cd95100994e5d571bec3534d5477dff (patch) | |
tree | 908e8ce41745f1c0264f7e008bb9f7fc8b83879e /web/share/css/kvm/stream.css | |
parent | 8abe4b1ac9d341eec17d211328b9f3cd9b59fa0a (diff) |
ui: partial multi msd support
Diffstat (limited to 'web/share/css/kvm/stream.css')
-rw-r--r-- | web/share/css/kvm/stream.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 2406e51c..e3c88243 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -66,18 +66,6 @@ div.stream-slider-box { display: flex; } -table#stream-auto-resize-box { - width: 100%; - border-collapse: collapse; -} -@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { - @supports (-webkit-appearance: none) { - table#stream-auto-resize-box { - margin: 20px 0 20px 0 !important; - } - } -} - div#stream-mouse-buttons { display: none; } |