Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
rfmt(post): hover on images
Browse files Browse the repository at this point in the history
Co-authored-by: Angelo Magtoto <19201.magtoto.angelo.l@gmail.com>
Co-authored-by: Jarlem Red de Peralta <lmoa.jhdp@gmail.com>
  • Loading branch information
3 people committed Nov 22, 2022
1 parent 4654cf7 commit 160160a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/post/multiviewer/viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<div v-if="hasExistingAttachments">
<div
v-for="attachment in postAttachments"
:title="`${attachment.type} ${attachment.id}`"
:key="attachment.id"
class="preview-file">
<div v-if="isImage(attachment.fileType)" class="preview-img-container">
Expand Down

0 comments on commit 160160a

Please sign in to comment.