Skip to content

Commit

Permalink
Merge pull request #245 from archeruwu/main
Browse files Browse the repository at this point in the history
fix gifs being the entire height of a column
  • Loading branch information
dimdenGD authored May 17, 2024
2 parents 6926c78 + 9677d42 commit c4b388e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -12933,6 +12933,7 @@ h6 {
.tweet-detail-media .media-item-gif {
-webkit-transform: none;
transform: none;
height: auto;
}
.tweet-detail-media .media-item,
.tweet-detail-media .media-preview {
Expand Down Expand Up @@ -41653,4 +41654,4 @@ body:before {

.js-mediatable .l-table {
height: 100% !important;
}
}

0 comments on commit c4b388e

Please sign in to comment.