Skip to content

Commit

Permalink
Set PostActions div mt-2 not only for list view
Browse files Browse the repository at this point in the history
  • Loading branch information
sant0s12 committed Sep 23, 2023
1 parent 22357e1 commit f5631f0
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 f5631f0

Please sign in to comment.