Skip to content

Commit

Permalink
fix: revert updating leaflet locate control
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 27, 2024
1 parent fa4e628 commit 97d9e07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"i18next-http-backend": "^1.4.0",
"knex": "^2.4.2",
"leaflet": "1.9.4",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.locatecontrol": "0.73.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.43",
"morgan": "^1.10.0",
Expand Down
5 changes: 0 additions & 5 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ body {
border-radius: 0.5rem !important;
}

.leaflet-control-locate > a {
font-size: 16.8px;
padding-left: 1.5px;
}

.table-pvp {
margin-left: auto;
margin-right: auto;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6093,10 +6093,10 @@ language-tags@^1.0.9:
dependencies:
language-subtag-registry "^0.3.20"

leaflet.locatecontrol@^0.79.0:
version "0.79.0"
resolved "https://registry.yarnpkg.com/leaflet.locatecontrol/-/leaflet.locatecontrol-0.79.0.tgz#0236b87c699a49f9ddb2f289941fbc0d3c3f8b62"
integrity sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==
leaflet.locatecontrol@0.73.0:
version "0.73.0"
resolved "https://registry.yarnpkg.com/leaflet.locatecontrol/-/leaflet.locatecontrol-0.73.0.tgz#768d9edb0470f86c913ea6c2a70ec62380fd45c5"
integrity sha512-e6v6SyDU2nzG5AiH80eH7qhXw5J+EfgmEFHkuzTRC9jqCSbfAm/3HlZDuoa9WYsaZbn5ovvqNeaLW/JSMsgg5g==

[email protected]:
version "1.9.4"
Expand Down

0 comments on commit 97d9e07

Please sign in to comment.