Skip to content

Commit

Permalink
Fixed an issue where some videos could be cut off when the window wid…
Browse files Browse the repository at this point in the history
…th is narrow
  • Loading branch information
OIRNOIR committed Oct 6, 2023
1 parent c20b2d3 commit f56c50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ div[style*="aspect-ratio"]:not([class*="embed-"] div) {
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;
max-width: 100%;
max-height: 100%;
max-width: 100% !important;
max-height: 100% !important;
}

[class*="imageWrapper-"]:has(video[style*="width"]:not(#gif-picker-tab-panel video):not([style*="width: auto"]):not(div.media-engine-video video)) > div {
Expand Down

0 comments on commit f56c50f

Please sign in to comment.