aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 58e9e3000..b18bd6dcf 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -32,7 +32,7 @@ html { overflow: hidden; }
32 .app-loader .app-loader__title { color: $dark-theme-gray-lightest; } 32 .app-loader .app-loader__title { color: $dark-theme-gray-lightest; }
33} 33}
34 34
35body.win32 .app .app__content { 35body.win32:not(.isFullScreen) .app .app__content {
36 height: calc(100% - 28px); 36 height: calc(100% - 28px);
37} 37}
38 38