From 0f38f8b3e573a112bceb4a5d6d9966029ce059b5 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 16 Jun 2019 21:54:20 +0000 Subject: [PATCH] Temporarily disable browser tests on Chrome --- 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