Skip to content

Commit

Permalink
Fix inline gif regression
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 15, 2020
1 parent 97a582e commit 0d4048a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sass/tweet/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
.image-attachment {
width: 100%;
}

.gallery-gif {
align-self: flex-start;
border-radius: 7px;
overflow: hidden;
}
}

.attachment {
Expand Down Expand Up @@ -102,7 +108,6 @@
}

.media-gif {
display: inline-block;
background-color: unset;
width: unset;
}
Expand Down

0 comments on commit 0d4048a

Please sign in to comment.