Skip to content

Commit

Permalink
deploy: 40b495e
Browse files Browse the repository at this point in the history
  • Loading branch information
lyret committed Jun 30, 2024
1 parent f6e319b commit 7f73db0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
28 changes: 14 additions & 14 deletions bundle.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,20 @@ body,
font-family: 'bradleyHand';
src: url('fonts/bradley.woff') format('woff');
}

/* Lat Lng Ctrl */
.leaflet-control-coordinates {
background: white;
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
cursor: pointer;
padding: 2px 5px;
}

.leaflet-control-coordinates.hidden {
display: none;
}

.leaflet-control-coordinates-lng {
padding-left: 5px;
}

0 comments on commit 7f73db0

Please sign in to comment.