diff options
author | Maxim Devaev <[email protected]> | 2022-11-21 05:20:03 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-21 05:20:03 +0300 |
commit | 0d086c2c4a5cc058ddec3d6d3c1c9f43def1a094 (patch) | |
tree | 25daef06a8a512a00048bfbcffbd9961a5fb9355 /web/share/css/kvm | |
parent | 9e26141783371f69224af1cbda5775fa4173182f (diff) |
web: improved resizer
Diffstat (limited to 'web/share/css/kvm')
-rw-r--r-- | web/share/css/kvm/stream.css | 1 | ||||
-rw-r--r-- | web/share/css/kvm/x-mobile.css | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 9cbd608f..499c65b7 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -23,6 +23,7 @@ div#stream-window { min-width: 400px; min-height: 200px; + padding-top: 23px; } div#stream-info { diff --git a/web/share/css/kvm/x-mobile.css b/web/share/css/kvm/x-mobile.css index d41b9b4f..4c002f83 100644 --- a/web/share/css/kvm/x-mobile.css +++ b/web/share/css/kvm/x-mobile.css @@ -36,6 +36,10 @@ div#stream-window { transform: translateX(-50%) !important; } +div#stream-window::after { + display: none; +} + div#stream-window-header { display: none !important; } |