mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
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:
parent
dfed318481
commit
f81fded8a4
@ -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%);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user