From 2e641ff8356c2d0b397055273765888cf4620528 Mon Sep 17 00:00:00 2001 From: VoeGalore <66440393+VoeGalore@users.noreply.github.com> Date: Fri, 29 Apr 2022 14:01:49 -0500 Subject: 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 --- web/share/css/window.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/share/css') diff --git a/web/share/css/window.css b/web/share/css/window.css index 89ff800d..f51bf703 100644 --- a/web/share/css/window.css +++ b/web/share/css/window.css @@ -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; -- cgit v1.2.3