From 3efb879496193e39f9b81e4795cce928dce917ba Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 10 Nov 2018 18:52:03 +0100 Subject: [PATCH] more css flex fixes --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2e30e14..95f1da7 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,6 @@ #app { display: flex; + width: 100%; } /* Navigation: folder like structure */ @@ -60,7 +61,7 @@ #app-conversation { height: 100%; overflow-y: auto; - flex: 1; + flex: 4; flex-direction: column; }