From 1d3345b78ec0a4876f14583828e02f6cb91448ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 21 Jun 2017 13:16:54 +0200 Subject: [PATCH] increase sidebar width --- src/c3nav/editor/static/editor/css/editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/c3nav/editor/static/editor/css/editor.css b/src/c3nav/editor/static/editor/css/editor.css index 66506225..a863857e 100644 --- a/src/c3nav/editor/static/editor/css/editor.css +++ b/src/c3nav/editor/static/editor/css/editor.css @@ -9,7 +9,7 @@ body { top:0; bottom:0; left:0; - right:350px; + right:370px; z-index:1; } nav.navbar { @@ -32,7 +32,7 @@ nav.navbar .container { position: absolute; top:0; right: 0; - width: 350px; + width: 370px; height: 100%; overflow: auto; z-index:2; @@ -48,7 +48,7 @@ body:not(.map-enabled) #sidebar { } #sidebar .content { width:100%; - max-width:350px; + max-width:370px; padding:12px 12px 0; margin:auto; }