Fix display of titlebar in fullscreen on Windows

This commit is contained in:
Fedor Indutny 2022-09-26 12:12:04 -07:00 committed by GitHub
parent 22bf3ebcc0
commit 1aef9dadd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ body {
--window-border: calc(var(--unscaled-window-border) / var(--zoom-factor));
--titlebar-height: 0px;
&.os-has-custom-titlebar:not(.full-screen) {
&.os-has-custom-titlebar {
&:not(.maximized) {
--unscaled-window-border: 1px;
}