data endpoint for entity 90008 (aka. a website)

dont use the shit cursor!

ptr.pet 444cc7fa 0f26681c

verified
+2 -2
+1 -1
eunomia/src/components/constellationOverlay.svelte
··· 80 80 {#if screenX > -50 && screenX < containerWidth + 50 && screenY > -50 && screenY < containerHeight + 50} 81 81 <a 82 82 href="https://{star.domain}" 83 - class="absolute pointer-events-auto group cursor-pointer" 83 + class="absolute pointer-events-auto group" 84 84 style=" 85 85 left: {screenX - radius}px; 86 86 top: {screenY - radius}px;
+1 -1
eunomia/src/routes/(site)/+layout.svelte
··· 292 292 <!-- svelte-ignore a11y_click_events_have_key_events --> 293 293 <!-- svelte-ignore a11y_no_static_element_interactions --> 294 294 <div 295 - class="fixed inset-0 z-[1000] cursor-pointer" 295 + class="fixed inset-0 z-[1000]" 296 296 onclick={() => { 297 297 isUIHidden = false; 298 298 }}