Skip to content

Commit 9492de1

Browse files
committed
Move hovering UI on live 3d
1 parent ffbbeaa commit 9492de1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/features/bottom/BottomPanel.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@
8888
</div>
8989

9090
<!-- Right part of live-graph -->
91-
<div
92-
class="absolute right-0 bottom-0 cursor-pointer h-full w-45 flex flex-col justify-between hover:bg-secondary hover:bg-opacity-10 transition"
93-
on:click={() => (isLive3DOpen = true)}>
91+
<div class="absolute right-0 bottom-0 h-full w-45 flex flex-col justify-between">
9492
<div class="pt-2 pr-2 justify-end flex flex-row gap-2">
9593
<p>Fingerprint:</p>
9694
<input
@@ -106,7 +104,9 @@
106104
</div>
107105
{/if}
108106

109-
<div class="flex flex-row pl-4 justify-center">
107+
<div
108+
class="flex flex-row pl-4 justify-center cursor-pointer hover:bg-secondary hover:bg-opacity-10 transition"
109+
on:click={() => (isLive3DOpen = true)}>
110110
<View3DLive width={140} height={140} freeze={isLive3DOpen} />
111111
</div>
112112
</div>

0 commit comments

Comments
 (0)