Skip to content

Commit

Permalink
Local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Jan 6, 2025
1 parent f4ef29e commit c0426d1
Show file tree
Hide file tree
Showing 31 changed files with 10,286 additions and 6,204,785 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
css/bundle.css
data/*
node_modules/*
third-party/*
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
css/bundle.css
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Veggiekarte
# Veggiekarte local

This is a fork of the world wide map [veggiekarte from piratenpanda](https://codeberg.org/piratenpanda/veggiekarte). This map is for local use. Improvements will be added to the upstream project.

## Description

Expand Down
2 changes: 2 additions & 0 deletions css/bundle.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bundle.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body {
border-radius: 10px;
overflow-y: scroll;
max-height: 95%;
display: none;
}

h1 {
Expand Down Expand Up @@ -145,6 +146,7 @@ a:hover {

/* Layer button: Adjust the size to the other buttons. */
.leaflet-touch .leaflet-control-layers-toggle {
background-image: url("../third-party/leaflet/images/layers.png");
width: 30px;
height: 30px;
background-size: 80%;
Expand Down Expand Up @@ -265,3 +267,7 @@ a:hover {
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: auto !important;
}

.fullscreen-icon {
background-image: url("../third-party/leaflet.fullscreen/icon-fullscreen.svg");
}
Loading

0 comments on commit c0426d1

Please sign in to comment.