De multiples icones peuvemt maintenant etre utilisées

This commit is contained in:
EpicKiwi 2026-06-29 23:45:05 +02:00
parent a9f220e596
commit 25cf94a52a
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
3 changed files with 30 additions and 13 deletions

View file

@ -95,12 +95,13 @@ body > hr {
#map .highlight-point-icon > * {
width: fit-content;
height: fit-content;
transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
gap: 3px;
}
#map .highlight-point-icon > a {