From 6ef4880650e4d1ac6b6649104bd0811cd6eafa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96qvist?= <jesper.oqvist@cs.lth.se> Date: Thu, 22 Mar 2018 11:44:40 +0100 Subject: [PATCH] Make sidenav fill screen for small displays --- src/app/app.component.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app.component.css b/src/app/app.component.css index ae7e776..a59c315 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -110,6 +110,10 @@ article { .hidemenu { visibility: hidden; } + .sidenav { + width: 100%; + height: 100%; + } .topnav h1 { padding: 0 0 0 64px; } -- GitLab