logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 3fed9c21f0fed9ae9fce4dc1e44c477d540f539a
parent 7b58184f782c57068e5a22a2e525949e4e7be3e6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 16 Feb 2020 05:37:01 +0100

static-fe.css: Do not scale images too much

Diffstat:

Mpriv/static/static/static-fe.css4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/priv/static/static/static-fe.css b/priv/static/static/static-fe.css @@ -39,11 +39,9 @@ header { .activity-content img, .activity-content video, .activity-content audio { - width: 100%; - height: 100%; - object-fit: contain; max-width: 90vw; max-height: 90vh; + object-fit: contain; margin: 0 auto; display: block; }