diff --git a/manifest.json b/manifest.json index 2dcc48a..f023870 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "720842469024989195", "github": "oirnoir" }, - "version": "1.0.0", + "version": "1.0.1", "updater": { "type": "github", "id": "oirnoir/bbwwme" diff --git a/package.json b/package.json index 03c751d..b919557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbwwme", - "version": "1.0.0", + "version": "1.0.1", "description": "Bring Back WackyWebM Epicness", "engines": { "node": ">=14.0.0" diff --git a/src/main.css b/src/main.css index e6a5def..a93b66a 100644 --- a/src/main.css +++ b/src/main.css @@ -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;