fix: remove close delay on hover cards to stop overlapping
This commit is contained in:
parent
8c5c377680
commit
2111473746
1 changed files with 2 additions and 2 deletions
|
|
@ -1275,7 +1275,7 @@ export default function Page() {
|
||||||
<Match when={true}>
|
<Match when={true}>
|
||||||
<div class="h-full px-4 pb-30 flex flex-col items-center justify-center text-center gap-6">
|
<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" />
|
<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>
|
</div>
|
||||||
</Match>
|
</Match>
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|
@ -1547,7 +1547,7 @@ export default function Page() {
|
||||||
<Match when={true}>
|
<Match when={true}>
|
||||||
<div class="h-full px-6 pb-30 flex flex-col items-center justify-center text-center gap-6">
|
<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" />
|
<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>
|
</div>
|
||||||
</Match>
|
</Match>
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue