From 1aef9dadd7e04b9d4fd2e56d05f48f2e81ebf2d5 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:12:04 -0700 Subject: [PATCH] Fix display of titlebar in fullscreen on Windows --- stylesheets/_titlebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_titlebar.scss b/stylesheets/_titlebar.scss index 83056fb880c6..1cc0276c0d6d 100644 --- a/stylesheets/_titlebar.scss +++ b/stylesheets/_titlebar.scss @@ -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; }