logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f3ca011fbedb2ce6271bcc887d290828ccd1d284
parent: d8387accd3939fbaee26f720153c48ddd2a60e95
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Sun,  9 Apr 2017 08:26:30 -0400

Add chrome picture stretching fix back in.

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 @@ -118,7 +118,7 @@ border-radius: 5px; object-fit: contain; width: 100%; - //height: 100%; /* If this isn't here, chrome will stretch the images */ + height: 100%; /* If this isn't here, chrome will stretch the images */ max-height: 500px; } }