logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: d59f2985bd73d7a6722ac479b02ddb28dada9f1b
parent: 93eb6671c6cfa2bf107faf37d4461ede7f3524a3
Author: Roger Braun <roger@rogerbraun.net>
Date:   Mon,  7 Nov 2016 15:23:10 +0100

Attachment styling fixes.

Diffstat:

Msrc/components/attachment/attachment.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -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>