We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e833b commit 65f097bCopy full SHA for 65f097b
src/lib/components/speaker-tooltips.svelte
@@ -58,7 +58,7 @@
58
{#snippet children({ motion })}
59
<div
60
use:motion
61
- class="absolute -left-1/2 -top-16 z-50 flex translate-x-1/2 flex-col items-center justify-center rounded-md bg-black px-4 py-2 text-xs shadow-xl"
+ class="absolute -left-1/2 -top-16 z-50 flex flex-col items-center justify-center rounded-md bg-black px-4 py-2 text-xs shadow-xl"
62
>
63
64
class="absolute inset-x-10 -bottom-px z-30 h-px w-[20%] bg-linear-to-r from-transparent via-emerald-500 to-transparent"
0 commit comments