From 88a24c17fd2af2eb44aca15cc3b4072e0d0154aa Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 13 Mar 2019 00:01:33 +0000 Subject: [PATCH] Unify stops layers and sources to simplify code --- map.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map.css b/map.css index 2b1b6c6..ad10ee5 100644 --- a/map.css +++ b/map.css @@ -68,11 +68,11 @@ width: 80%; right: -100%; } - .panel.expanded { + .panel.expanded, .panel.enabled .hide { right: 0%; } - .panel.enabled .hide { + .panel.enabled.expanded .hide { right: 80%; margin-right: 10px; } -- Gitblit v1.9.1