mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +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;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: var(--border-window-default-thin);
|
border: var(--border-window-default-thin);
|
||||||
|
margin: -1px -1px -1px -1px;
|
||||||
}
|
}
|
||||||
div.stream-box-offline {
|
div.stream-box-offline {
|
||||||
-webkit-filter: grayscale(100%) brightness(75%) sepia(75%);
|
-webkit-filter: grayscale(100%) brightness(75%) sepia(75%);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user