diff options
author | Maxim Devaev <[email protected]> | 2022-04-30 00:24:03 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-04-30 00:24:03 +0300 |
commit | e843830d83ccb672dee77a22dd07412a9a7ec794 (patch) | |
tree | 9f415cb1c4a11853ee48090506595ec23d909a52 | |
parent | 2e641ff8356c2d0b397055273765888cf4620528 (diff) |
improved #87
-rw-r--r-- | web/share/css/window.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/share/css/window.css b/web/share/css/window.css index f51bf703..7ce5e0cb 100644 --- a/web/share/css/window.css +++ b/web/share/css/window.css @@ -64,6 +64,8 @@ div.window:fullscreen { padding: 0px !important; } div.window:-webkit-full-screen { + border: 0px; + border-radius: 0px; resize: none !important; position: absolute !important; top: 0px !important; |