From 2137c5bd51d5680870f59d5ac2ee67d9c6bcf625 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Sat, 23 Feb 2019 13:25:34 +0100 Subject: [PATCH] :lipstick: Increase viewer sitemap size on mobile --- frontend/resources/styles/view/layouts/main-layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/view/layouts/main-layout.scss b/frontend/resources/styles/view/layouts/main-layout.scss index 6292142b7e..9f32f19a20 100644 --- a/frontend/resources/styles/view/layouts/main-layout.scss +++ b/frontend/resources/styles/view/layouts/main-layout.scss @@ -91,7 +91,7 @@ display: flex; flex-direction: column; flex-shrink: 0; - height: 55px; + height: 155px; width: 100%; overflow: scroll;