From f81fded8a4dd51d649f6756576b0a231a845db15 Mon Sep 17 00:00:00 2001 From: VoeGalore <66440393+VoeGalore@users.noreply.github.com> Date: Sat, 30 Apr 2022 00:18:53 -0500 Subject: fix video pixel-imperfection (#86) * Update stream.css fix video pixel-imperfection by taking out 1px worth of internal padding, which inadvertently causing video stream resolution to swell at default(native) resolution * Update stream.css --- web/share/css/kvm/stream.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/share/css') 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%); -- cgit v1.2.3