From 80347b6e201593dc325e7af6f9bad779132d97a6 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 30 Apr 2022 08:21:05 +0300 Subject: added comment for #86 --- web/share/css/kvm/stream.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index e9909e33..a525ebdc 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -56,7 +56,7 @@ div#stream-box { position: relative; display: inline-block; border: var(--border-window-default-thin); - margin: -1px -1px -1px -1px; + margin: -1px -1px -1px -1px; /* See pikvm/kvm#86, pikvm/pikvm#599 */ } div.stream-box-offline { -webkit-filter: grayscale(100%) brightness(75%) sepia(75%); -- cgit v1.2.3