From 960b2022ed595946ee8a4ceb6e10fdf306f2d9a6 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 15 Jul 2018 22:07:14 +0100 Subject: [PATCH] Fixed map width (fixes #260) --- src/styles/_components.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/_components.scss b/src/styles/_components.scss index 74dfe41..e257211 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -5,7 +5,11 @@ right: 0; bottom: 0; height: calc(100% - #{$toolbar-height + $toolbar-offset}); - width: 75%; + width: calc( + 100% + - 200px /* layer list */ + - 350px /* layer editor */ + ); } // DOC LABEL