logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9f97c8c7505bbf21b97bb94a180fe4eee14287ad
parent: edadc93757de8a0754315333d1fe8642604dd194
Author: Lynx Kotoura <lynx@lv9.org>
Date:   Wed, 26 Jul 2017 02:12:57 +0900

Fix multiple-gif display in user page (#4364)

Divide media-items to equal width, and hide overlaps.

Diffstat:

Mapp/javascript/styles/stream_entries.scss2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/javascript/styles/stream_entries.scss b/app/javascript/styles/stream_entries.scss @@ -263,7 +263,9 @@ border: medium none; display: block; flex: 1 1 auto; + width: 100%; height: 100%; + overflow: hidden; margin-right: 2px; &:last-child {