mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
fix fullscreen focus related jiggling & visible round corners (#87)
* Update window.css prevents fullscreen jiggling of 1px border when toggling focus & fixes fullscreen visible round corners when focus is lost. * Update window.css
This commit is contained in:
parent
63ad611795
commit
2e641ff835
@ -53,6 +53,8 @@ div.window-resizable.window-active::-webkit-resizer {
|
||||
height: 20px !important;
|
||||
}
|
||||
div.window:fullscreen {
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
resize: none !important;
|
||||
position: absolute !important;
|
||||
top: 0px !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user