diff options
author | Maxim Devaev <[email protected]> | 2022-04-30 08:21:05 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-04-30 08:21:05 +0300 |
commit | 80347b6e201593dc325e7af6f9bad779132d97a6 (patch) | |
tree | 3262ec943390d6256a0f326ae307327722cf1a2f /web/share/css/kvm/stream.css | |
parent | f81fded8a4dd51d649f6756576b0a231a845db15 (diff) |
added comment for #86
Diffstat (limited to 'web/share/css/kvm/stream.css')
-rw-r--r-- | web/share/css/kvm/stream.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%); |