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
This commit is contained in:
VoeGalore 2022-04-30 00:18:53 -05:00 committed by GitHub
parent dfed318481
commit f81fded8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%);