Increase icon size on touch screens

This commit is contained in:
Norbert Renner 2018-08-02 12:37:39 +02:00
parent e5c3b3394b
commit 370225fcfc

View file

@ -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 {