Fix display of titlebar in fullscreen on Windows
This commit is contained in:
parent
22bf3ebcc0
commit
1aef9dadd7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue