From 370225fcfcd327f293225362f13eae15fdbd442b Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Thu, 2 Aug 2018 12:37:39 +0200 Subject: [PATCH] Increase icon size on touch screens --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 22aca34..f51d96e 100644 --- a/css/style.css +++ b/css/style.css @@ -259,6 +259,10 @@ https://css-tricks.com/svg-line-animation-works/ /* override fa with Leaflet button height for vertical center */ line-height: 26px; } +.leaflet-touch .leaflet-bar .fa { + font-size: 16px; + line-height: 30px; +} /* smaller tab height */ .nav > li > a {