url coords to share

This commit is contained in:
Tykayn 2024-12-16 12:54:15 +01:00 committed by tykayn
parent 48ec1f554a
commit 0614feaa03
2 changed files with 66 additions and 8 deletions

View file

@ -101,8 +101,8 @@ img.leaflet-marker-icon.tag-socket\:type2_yes {
border-radius: 0.25em;
float:none;
position:relative;
top: 5.5em;
left: 0;
top: 3.5em;
right: -11.5rem;
}
.navigation-link:hover{
border: black;
@ -198,6 +198,7 @@ a {
max-width: 49%;
text-align: right;
display: inline-block;
padding-right: 1rem;
}
.bottom-content {
@ -312,5 +313,15 @@ button{
fill: #000;
}
.sockets-list{
margin-top: 1rem;
margin-top: 0.25rem;
}
.socket-counter{
background: #dedede;
margin-top: 1rem;
margin-left: -1rem;
border-radius: 1rem;
padding: 0.25rem;
}
.leaflet-interactive{
border:solid 3px white;
}