From f33843edb9e8cc4893cf6253b42ee63df545108e Mon Sep 17 00:00:00 2001 From: OIRNOIR Date: Sun, 16 Apr 2023 23:46:33 -0700 Subject: [PATCH] Bugfix --- manifest.json | 2 +- package.json | 2 +- src/main.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b90d115..155b706 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "720842469024989195", "github": "oirnoir" }, - "version": "1.0.4", + "version": "1.0.5", "updater": { "type": "github", "id": "oirnoir/bbwwme" diff --git a/package.json b/package.json index 05c5183..fe5ef8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbwwme", - "version": "1.0.4", + "version": "1.0.5", "description": "Bring Back WackyWebM Epicness", "engines": { "node": ">=14.0.0" diff --git a/src/main.css b/src/main.css index 270f6e7..3bb05b8 100644 --- a/src/main.css +++ b/src/main.css @@ -1,4 +1,4 @@ -div[style*="aspect-ratio"]:not(div[class*="embed-"] div) { +div[style*="aspect-ratio"]:not([class*="embed-"] div) { aspect-ratio: unset !important; width: auto !important; }