remove button-unstyled from video attachments

neckbeard
Henry Jameson 7 months ago
parent c83ddb0b2b
commit d134b691cc

@ -175,7 +175,6 @@
:is="videoTag" :is="videoTag"
v-if="type === 'video' && !hidden" v-if="type === 'video' && !hidden"
class="video-container" class="video-container"
:class="{ 'button-unstyled': 'isModal' }"
:href="attachment.url" :href="attachment.url"
@click.stop.prevent="openModal" @click.stop.prevent="openModal"
> >

Loading…
Cancel
Save