Skip to content

Commit

Permalink
Fixed a bug that would cause certain videos to display improperly
Browse files Browse the repository at this point in the history
  • Loading branch information
OIRNOIR committed Feb 26, 2023
1 parent 91cfbb0 commit deafe1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ div[style*="aspect-ratio"] {
video[style*="width"]:not(#gif-picker-tab-panel video):not([style*="width: auto"]):not(div.media-engine-video video) {
width: unset !important;
height: unset !important;
display: inline-block !important;
max-width: 100%;
max-height: 100%;
}
Expand Down

0 comments on commit deafe1c

Please sign in to comment.