diff options
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; } |