Skip to content
Snippets Groups Projects
Commit 9f97c8c7 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

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

Divide media-items to equal width, and hide overlaps.
parent edadc937
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,9 @@
border: medium none;
display: block;
flex: 1 1 auto;
width: 100%;
height: 100%;
overflow: hidden;
margin-right: 2px;
&:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment