Skip to content

Commit

Permalink
Merge pull request #7 from rmseifried/revert-5-mobile-button-fix
Browse files Browse the repository at this point in the history
Revert "attempting to add mobile device support for info button"
  • Loading branch information
rmseifried authored Jan 11, 2023
2 parents 1bce013 + cd4bf8a commit 525bc5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions css/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,3 @@ svg.leaflet-image-layer.leaflet-interactive path {
margin-left: -12px;
border-right-color: #fff;
}

/* abstract */
.leaflet-touch .abstract, .leaflet-touch .abstractUncollapsed {
width: 30px;
height: 30px;
}
5 changes: 0 additions & 5 deletions css/qgis2web.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
color: #000000 !important;
}

/* Modify collapsed abstract and format for mobile devices */

.abstract {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
Expand All @@ -80,9 +78,6 @@
border-radius: 4px;
max-width: 60%;
}
.leaflet-touch .abstract
.leaflet-touch .abstractUncollapsed

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar,
.leaflet-control-search,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<td>' + (feature.properties['Means'] !== null ? autolinker.link(feature.properties['Means'].toLocaleString()) : '') + '</td>\
</tr>\
</table>';
layer.bindPopup("<b>Leigh Fermors' route</b><hr>" + popupContent, {maxHeight: 400});
layer.bindPopup("<b>Leigh Fermor's route</b><hr>" + popupContent, {maxHeight: 400});
}

function style_reconstructed_route_5_0() {
Expand Down

0 comments on commit 525bc5c

Please sign in to comment.