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.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 9f226b61c..b18bd6dcf 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -32,14 +32,22 @@ 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:not(.isFullScreen) .app .app__content {
36 height: calc(100% - 28px);
37}
38
35.app { 39.app {
36 display: flex; 40 .app__content {
37 flex-direction: column; 41 display: flex;
42 width: calc(100% + 300px);
43 }
38 44
39 .app__content { display: flex; } 45 .app__main-content {
46 display: flex;
47 width: 100%;
48 }
40 49
41 .app__service { 50 .app__service {
42 // position: relative;
43 display: flex; 51 display: flex;
44 flex: 1; 52 flex: 1;
45 flex-direction: column; 53 flex-direction: column;