Small workaround for share api which does not share the hash

This commit is contained in:
Pieter Vander Vennet 2020-11-23 03:13:52 +01:00
parent 4700e71d2e
commit 02ce4e5d7e
6 changed files with 13 additions and 3 deletions

View file

@ -31,7 +31,7 @@
padding: 0.5em;
width: 100%;
box-sizing: border-box;
border-bottom: 2px solid var(--foreground-color);
}
.to-the-map span {

View file

@ -24,6 +24,7 @@
font-weight: bold;
display: flex;
justify-content: space-between;
border-bottom: 2px solid var(--foreground-color);
}
.featureinfobox-content {