mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 12:57:48 +00:00
update hero and map
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
{#if $tooltipData.city}
|
||||
<div
|
||||
class="pointer-events-none absolute"
|
||||
style:left="{coords.x - 50}px"
|
||||
style:top="{coords.y - 50}px"
|
||||
style:left="{coords.x + 100}px"
|
||||
style:top="{coords.y - 20}px"
|
||||
style:transform="translate(-50%, -100%)"
|
||||
>
|
||||
<div
|
||||
class={classNames(
|
||||
|
||||
Reference in New Issue
Block a user