Fix multiple-gif display in user page (#4364)
Divide media-items to equal width, and hide overlaps.lolsob-rspec
parent
c04a271cca
commit
8a9b89ed72
|
@ -263,7 +263,9 @@
|
||||||
border: medium none;
|
border: medium none;
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
|
Loading…
Reference in New Issue