better geocalize btn + geolocation state

This commit is contained in:
Swrup 2025-05-30 05:15:53 +02:00
parent f566952613
commit bebc23bd96
4 changed files with 81 additions and 43 deletions

View file

@ -148,6 +148,24 @@ nav a:hover, nav button:hover,
opacity: 1;
}
}
.geolocalize-btn {
background: none;
border: none;
padding: 0;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
max-height: 3vw;
max-width: 3vw;
}
.geolocalize-btn img {
display: block;
max-width: 100%;
height: auto;
}
}
.form-box {