aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-07-30 11:41:54 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-07-30 11:41:54 +0200
commitd7ed456a7b6f73e046ba3a2ef38eb21f82f06ca4 (patch)
treef24f4f39ae38bdfdd581f451fc3e2e79f5670df5 /src/styles/layout.scss
parentFix position of todos app (diff)
downloadferdium-app-d7ed456a7b6f73e046ba3a2ef38eb21f82f06ca4.tar.gz
ferdium-app-d7ed456a7b6f73e046ba3a2ef38eb21f82f06ca4.tar.zst
ferdium-app-d7ed456a7b6f73e046ba3a2ef38eb21f82f06ca4.zip
Make todo layer resizable
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 739082445..10027da60 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -37,10 +37,15 @@ html { overflow: hidden; }
37 37
38 .app__content { 38 .app__content {
39 display: flex; 39 display: flex;
40 width: calc(100% + 300px);
41 }
42
43 .app__main-content {
44 display: flex;
45 width: 100%;
40 } 46 }
41 47
42 .app__service { 48 .app__service {
43 // position: relative;
44 display: flex; 49 display: flex;
45 flex: 1; 50 flex: 1;
46 flex-direction: column; 51 flex-direction: column;