logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 2147807fa011119115c0d574ed1b46356d01da09
parent: 38749e6c4ac27a20190cb8443e4692cae95252f0
Author: Roger Braun <roger@rogerbraun.net>
Date:   Tue, 22 Nov 2016 15:44:45 +0100

Add image height css back in.

Without it, Chrome stretches the image...

Diffstat:

Msrc/components/attachment/attachment.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -95,6 +95,7 @@ border: 1px solid; border-radius: 0.5em; width: 100%; + height: 100%; /* If this isn't here, chrome will stretch the images */ } } }