Amelioration de l'affichage des points

This commit is contained in:
EpicKiwi 2026-07-03 15:33:22 +02:00
parent cbab1d6eb3
commit 500a51b1fc
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
3 changed files with 31 additions and 1 deletions

View file

@ -136,6 +136,14 @@ body > hr {
margin-top: 1ex;
}
#map .highlight-point-icon.point-feature img ~ h3 {
opacity: clamp(0, calc( var(--zoom-level) - 20 ), 1) ;
}
#map .highlight-point-icon img {
opacity: clamp(0, calc( var(--zoom-level) - 17 ), 1) ;
}
#map .highlight-point-icon:not(.active) {
opacity: 0;