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:
VoeGalore 2022-04-29 14:01:49 -05:00 committed by GitHub
parent 63ad611795
commit 2e641ff835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,8 @@ div.window-resizable.window-active::-webkit-resizer {
height: 20px !important; height: 20px !important;
} }
div.window:fullscreen { div.window:fullscreen {
border: 0px;
border-radius: 0px;
resize: none !important; resize: none !important;
position: absolute !important; position: absolute !important;
top: 0px !important; top: 0px !important;