From a48be71cfe48918c1adbcf70b5ea299e4a93947a Mon Sep 17 00:00:00 2001 From: Andrei Kartashev Date: Mon, 10 Jan 2022 02:20:11 +0300 Subject: [PATCH 01/14] preview page: update buttons * Hide "See on OpenStreetMap" button on mobile devices to simplify page * Remove point name which can be seen in baloon * Show coordinates after point name in baloon * Add "geo:" link to ballon * Show baloon by deafult Signed-off-by: Andrei Kartashev --- public/ge0.html | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/public/ge0.html b/public/ge0.html index c1995c4..8958b3d 100644 --- a/public/ge0.html +++ b/public/ge0.html @@ -33,7 +33,7 @@ color: #00AA00; padding: 5px; text-decoration: none; - display: inline-block; + display: inline; border: 1px solid #00AA00; } @@ -43,6 +43,16 @@ cursor: grab; } + .box { + display: flex; + flex-flow: row wrap; + justify-content: center; + } + .block { + padding-block: 5px; + padding-inline: 2px; + } + a, a:link, a:visited {} @@ -63,7 +73,7 @@ position: fixed; width: 100%; z-index: 1000; - padding: 10px; + padding: 5px; } #map { @@ -76,29 +86,33 @@ -