aboutsummaryrefslogtreecommitdiff
path: root/src/components/gallery/gallery.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2023-01-15 12:37:36 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2023-01-15 12:37:36 +0000
commit4a5134af02d37f41c9adefa4a88411d022f58a47 (patch)
tree497e524a600f40c70e847eb174e135032631cb31 /src/components/gallery/gallery.vue
parentf956b0ca37d33120bb4e28f3cc70b9cb6cec066f (diff)
parenta58a6d3c357592f34007c67bbf7fdf740864212a (diff)
Merge branch 'tusooa/1195-notif-overflow' into 'develop'
Fix notification attachment icon overflow Closes #1195 See merge request pleroma/pleroma-fe!1759
Diffstat (limited to 'src/components/gallery/gallery.vue')
-rw-r--r--src/components/gallery/gallery.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue
index ccf6e3e2..bc18f545 100644
--- a/src/components/gallery/gallery.vue
+++ b/src/components/gallery/gallery.vue
@@ -20,6 +20,7 @@
v-for="(attachment, attachmentIndex) in row.items"
:key="attachment.id"
class="gallery-item"
+ :compact="compact"
:nsfw="nsfw"
:attachment="attachment"
:size="size"