Small workaround for share api which does not share the hash
This commit is contained in:
parent
4700e71d2e
commit
02ce4e5d7e
6 changed files with 13 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
padding: 0.5em;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border-bottom: 2px solid var(--foreground-color);
|
||||
|
||||
}
|
||||
|
||||
.to-the-map span {
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
font-weight: bold;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-bottom: 2px solid var(--foreground-color);
|
||||
}
|
||||
|
||||
.featureinfobox-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue