Browse Source

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

Divide media-items to equal width, and hide overlaps.
pull/4/head
Lynx Kotoura 6 years ago
committed by Eugen Rochko
parent
commit
9f97c8c750
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/javascript/styles/stream_entries.scss

+ 2
- 0
app/javascript/styles/stream_entries.scss 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 {

Loading…
Cancel
Save