Increase icon size on touch screens
This commit is contained in:
parent
e5c3b3394b
commit
370225fcfc
1 changed files with 4 additions and 0 deletions
|
|
@ -259,6 +259,10 @@ https://css-tricks.com/svg-line-animation-works/
|
||||||
/* override fa with Leaflet button height for vertical center */
|
/* override fa with Leaflet button height for vertical center */
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
.leaflet-touch .leaflet-bar .fa {
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
/* smaller tab height */
|
/* smaller tab height */
|
||||||
.nav > li > a {
|
.nav > li > a {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue