1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-18 15:53:12 +09:00

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

Divide media-items to equal width, and hide overlaps.
This commit is contained in:
Lynx Kotoura 2017-07-26 02:12:57 +09:00 committed by Eugen Rochko
parent edadc93757
commit 9f97c8c750

View File

@ -263,7 +263,9 @@
border: medium none;
display: block;
flex: 1 1 auto;
width: 100%;
height: 100%;
overflow: hidden;
margin-right: 2px;
&:last-child {