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.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);