Skip to content

Commit

Permalink
Fix screenshares not showing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
OIRNOIR committed Feb 25, 2023
1 parent cbbec67 commit 4f2c078
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "720842469024989195",
"github": "oirnoir"
},
"version": "1.0.0",
"version": "1.0.1",
"updater": {
"type": "github",
"id": "oirnoir/bbwwme"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbwwme",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bring Back WackyWebM Epicness",
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 3 additions & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ div[style*="aspect-ratio"] {
width: auto !important;
}

video[style*="width"]:not(#gif-picker-tab-panel [style*="width: auto"]) {
video[style*="width"]:not(#gif-picker-tab-panel video):not([style*="width: auto"]):not(
div.media-engine-video video
) {
width: auto !important;
height: auto !important;
display: inline-block !important;
Expand Down

0 comments on commit 4f2c078

Please sign in to comment.