Fix display of titlebar in fullscreen on Windows

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-09-26 12:39:12 -07:00 committed by GitHub
parent 190cd9408b
commit 34a1bedb02
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;
}