diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-06 15:06:13 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-06 15:06:13 +0300 |
| commit | d55c09df1844bf8fc99b7a3414cbd71ae2c8bad3 (patch) | |
| tree | e099c3b940a76113d005e21d81df121cfad957d1 /src/components/attachment/attachment.vue | |
| parent | 87b5f828d769a5b2c34a4ad61f249c314a8bbb23 (diff) | |
fix edge case of videos and unknown files together
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index a18bf186..be7377e9 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -1,6 +1,7 @@ <template> <div v-if="usePlaceholder" + :class="{ 'fullwidth': fullwidth }" @click="openModal" > <a |
