From c57bed6e3c5ae889c591c533d1cee93f5a761c9f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 31 Jan 2019 03:01:24 +0000 Subject: [PATCH] Add special labels to mark non-passenger bus trips --- map.css | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/map.css b/map.css index d68458b..56ca077 100644 --- a/map.css +++ b/map.css @@ -25,13 +25,12 @@ font-size: 14px; position: absolute; - width: 300px; - right: -315px; + width: 350px; + right: -365px; top: 0; bottom: 0; - transition: right .4s; - transition: width .4s; + transition: right .4s, width .4s; opacity: .85; @@ -44,7 +43,7 @@ @media (max-width: 600px) { #popup { - width: 90%; + width: 80%; right: -100%; } -- Gitblit v1.9.1