Meilleur gestion du markeur du camp interhack

This commit is contained in:
EpicKiwi 2026-06-10 01:12:30 +02:00
parent 72c7a51594
commit 9e22e38b8f
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
2 changed files with 1 additions and 2 deletions

View file

@ -127,7 +127,7 @@ body > hr {
width: min(50vw, 200px);
transform: translateX(-50%) translateY(-50%);
filter: drop-shadow(0 0 10px black);
opacity: clamp(0, calc( 1 - ( var(--zoom-level) - 18 ) ), 1) ;
opacity: clamp(0, calc( 1 - ( var(--zoom-level) - 12 ) ), 1) ;
pointer-events: none;
}

View file

@ -87,7 +87,6 @@ export async function init(){
className: "center-marker"
}),
title: "Camp Interhack 2026",
minZoom: 18,
}
).addTo(map)