From 87d95c9753e0a1ae60def0b430a336ac291b3a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 26 Sep 2018 10:01:50 +0200 Subject: Fix firefox wide screen and mobile view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 57b4b22df..4dfb069d4 100644 --- a/css/content.css +++ b/css/content.css @@ -9,7 +9,8 @@ */ #app-content { - width: 100% + width: 100%; + flex-basis: auto; } #app-navigation:not(.hidden) + #app-content { width: calc(100% - 300px); -- cgit v1.2.3