Skip to content

Commit c17105a

Browse files
committed
increate gap between current show title lines
1 parent e3bc78a commit c17105a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/CurrentTitle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{#if isCurrent}
2121
<div transition:slide={{duration: 2e3}}>
2222
<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">
23+
<div class="text-xs opacity-50 relative" style="height: 0.7em; bottom: 0.15em;">
2424
Current Show Title
2525
</div>
2626
{strippedTitle}

0 commit comments

Comments
 (0)