We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bc78a commit c17105aCopy full SHA for c17105a
1 file changed
src/lib/CurrentTitle.svelte
@@ -20,7 +20,7 @@
20
{#if isCurrent}
21
<div transition:slide={{duration: 2e3}}>
22
<div class="card py-1 px-3 mt-2 inline-block countdown-box text-left">
23
- <div class="text-xs opacity-50 relative bottom-1/2" style="height: 0.7em">
+ <div class="text-xs opacity-50 relative" style="height: 0.7em; bottom: 0.15em;">
24
Current Show Title
25
</div>
26
{strippedTitle}
0 commit comments