fix: remove close delay on hover cards to stop overlapping

This commit is contained in:
David Hill
2026-01-20 21:14:37 +00:00
parent 8c5c377680
commit 2111473746

View File

@@ -1275,7 +1275,7 @@ export default function Page() {
<Match when={true}>
<div class="h-full px-4 pb-30 flex flex-col items-center justify-center text-center gap-6">
<Mark class="w-14 opacity-10" />
<div class="text-13-regular text-text-weak max-w-56">No changes in this session yet</div>
<div class="text-14-regular text-text-weak max-w-56">No changes in this session yet</div>
</div>
</Match>
</Switch>
@@ -1547,7 +1547,7 @@ export default function Page() {
<Match when={true}>
<div class="h-full px-6 pb-30 flex flex-col items-center justify-center text-center gap-6">
<Mark class="w-14 opacity-10" />
<div class="text-13-regular text-text-weak max-w-56">No changes in this session yet</div>
<div class="text-14-regular text-text-weak max-w-56">No changes in this session yet</div>
</div>
</Match>
</Switch>