Attachment styling fixes.

This commit is contained in:
Roger Braun 2016-11-07 15:23:10 +01:00
parent 93eb6671c6
commit d59f2985bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="attachment">
<a v-if="nsfw" v-on:click.prevent="showNsfw()">
<a class="image-attachment" v-if="nsfw" v-on:click.prevent="showNsfw()">
<img :src="nsfwImage"></img>
</a>