logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6199788f28a2665388427f6e7737f15cebd5102d
parent 8045d1866ecb08a606a2891a9f179c1e7e968e9b
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  7 Jun 2021 20:44:32 +0300

fix tall emojis being cropped

Diffstat:

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

diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue @@ -47,7 +47,7 @@ img { width: 100%; - min-height: 100%; + height: 100%; object-fit: contain; }