diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/share/css/kvm/stream.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 2a103b52..e9909e33 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -56,6 +56,7 @@ div#stream-box { position: relative; display: inline-block; border: var(--border-window-default-thin); + margin: -1px -1px -1px -1px; } div.stream-box-offline { -webkit-filter: grayscale(100%) brightness(75%) sepia(75%); |