From 4f2c0784905bd0473de57e612fa3fb6b73fb093e Mon Sep 17 00:00:00 2001 From: OIRNOIR Date: Fri, 24 Feb 2023 21:39:23 -0800 Subject: [PATCH] Fix screenshares not showing properly --- manifest.json | 2 +- package.json | 2 +- src/main.css | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) 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;