Skip to content

Commit

Permalink
Style deleted posts so its higher, and doesn't move guiderail toggle …
Browse files Browse the repository at this point in the history
…below user avatar
  • Loading branch information
danon committed Jan 2, 2025
1 parent 184a71e commit 7a4dc97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/components/forum/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
@click="toggleDeletedPost"
class="post-delete card-body text-decoration-none"
:class="{'cursor-pointer':!postObscured}">
<div class="mb-3">
<strong>Usunięto</strong>
</div>
<vue-icon name="postDeleted"/>
Post usunięty
<vue-timeago :datetime="post.deleted_at"/>
Expand Down

0 comments on commit 7a4dc97

Please sign in to comment.