aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 13:12:13 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 13:12:13 +0200
commit42f97b404e77b99ae6c607fa553aa72cce65d940 (patch)
tree2bedbb9035eb66120f8acb8c0972821e69a6687c /src/styles/layout.scss
parentFix legacy plan support (diff)
downloadferdium-app-42f97b404e77b99ae6c607fa553aa72cce65d940.tar.gz
ferdium-app-42f97b404e77b99ae6c607fa553aa72cce65d940.tar.zst
ferdium-app-42f97b404e77b99ae6c607fa553aa72cce65d940.zip
fix(Windows): Fix app to be cropped at the bottom on Windows
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 10027da60..58e9e3000 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -32,9 +32,11 @@ 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
35.app { 35body.win32 .app .app__content {
36 //display: flex; 36 height: calc(100% - 28px);
37}
37 38
39.app {
38 .app__content { 40 .app__content {
39 display: flex; 41 display: flex;
40 width: calc(100% + 300px); 42 width: calc(100% + 300px);