diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 17:04:56 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 17:04:56 +0200 |
| commit | d134b691cc92d22f27efc432d77e1971cc840d42 (patch) | |
| tree | 409653e9c534b0a9e7529b55daf12f043d6bcf9c /src/components/attachment/attachment.vue | |
| parent | c83ddb0b2b824fb3c0e3bb596552e98c162c78d3 (diff) | |
remove button-unstyled from video attachments
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 39b1a409..9abc2627 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -175,7 +175,6 @@ :is="videoTag" v-if="type === 'video' && !hidden" class="video-container" - :class="{ 'button-unstyled': 'isModal' }" :href="attachment.url" @click.stop.prevent="openModal" > |
