Browse Source

There's always one more thing... hiding interactions card at the bottom of a blog

master
Nuša Pukšič 10 months ago
parent
commit
73cc4c25cf
  1. 2
      src/lib/components/Publication.svelte

2
src/lib/components/Publication.svelte

@ -224,7 +224,7 @@
ref={(el) => setLastElementRef(el, i)} ref={(el) => setLastElementRef(el, i)}
/> />
<Card class="ArticleBox card-leather min-w-full grid mt-4"> <Card class="ArticleBox !hidden card-leather min-w-full grid mt-4">
<Interactions rootId={currentBlog} /> <Interactions rootId={currentBlog} />
</Card> </Card>
{/if} {/if}

Loading…
Cancel
Save