Attachment styling fixes.

This commit is contained in:
Roger Braun 2016-11-07 15:23:10 +01:00
parent 93eb6671c6
commit d59f2985bd

View file

@ -1,6 +1,6 @@
<template> <template>
<div class="attachment"> <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> <img :src="nsfwImage"></img>
</a> </a>