Skip to content

Commit

Permalink
Merge pull request #150 from sant0s12/post-actions-margin
Browse files Browse the repository at this point in the history
Set PostActions div mt-2 not only for list view
  • Loading branch information
Xyphyn authored Sep 23, 2023
2 parents 22357e1 + f5631f0 commit 771f327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/lemmy/post/Post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
{/if}
</div>
{#if actions}
<div class="w-full" class:mt-2={view == 'list'}>
<div class="w-full mt-2">
<PostActions
bind:post
on:edit={(e) => {
Expand Down

0 comments on commit 771f327

Please sign in to comment.