Amelioration de l'affichage des points
This commit is contained in:
parent
cbab1d6eb3
commit
500a51b1fc
3 changed files with 31 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue