aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 13:20:42 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 13:20:42 +0200
commite210701bcfc083fecea2a9fef6458afb6f81d0d8 (patch)
treee32343655a2248ab26ce110dd9db2e8be97ad628 /src/styles/layout.scss
parentfix(Windows): Fix app to be cropped at the bottom on Windows (diff)
downloadferdium-app-e210701bcfc083fecea2a9fef6458afb6f81d0d8.tar.gz
ferdium-app-e210701bcfc083fecea2a9fef6458afb6f81d0d8.tar.zst
ferdium-app-e210701bcfc083fecea2a9fef6458afb6f81d0d8.zip
fix(Windows): Fix app size in fullscreen
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