aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-02-20 15:11:52 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-02-20 15:11:52 +0000
commit58d0f9678b749d1b2ef8aa7d6fb4a91da9cf947d (patch)
tree6879bff1875d70c4eec0bf893e492e76ac0ff562 /src/components/still-image/still-image.vue
parentddee8bb686fb18baf5212089653a8b4e40feedd6 (diff)
parent86e3aefdab3fa1314d4731eabcf03f8c9e418e41 (diff)
Merge branch 'fix-mentions-new-bugs' into 'develop'
Fix newfound bugs with rich mentions + user suggestions See merge request pleroma/pleroma-fe!1430
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 0623b42e..cca75fcb 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -2,6 +2,7 @@
<div
class="still-image"
:class="{ animated: animated }"
+ :style="style"
>
<canvas
v-if="animated"