diff --git a/manifest.json b/manifest.json index eb22143..dfb2f7c 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "720842469024989195", "github": "oirnoir" }, - "version": "1.0.12", + "version": "1.0.13", "updater": { "type": "store", "id": "dev.oirnoir.bbwwme" diff --git a/package.json b/package.json index 6a70d74..9487d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbwwme", - "version": "1.0.12", + "version": "1.0.13", "description": "Bring Back WackyWebM Epicness", "engines": { "node": ">=14.0.0" @@ -19,6 +19,5 @@ "devDependencies": { "@biomejs/biome": "^1.6.4", "replugged": "^4.7.9" - }, - "packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f" + } } diff --git a/src/main.css b/src/main.css index f74fb9c..060e47b 100644 --- a/src/main.css +++ b/src/main.css @@ -1,12 +1,12 @@ /** * @name Bring Back WackyWebM Epicness * @author OIRNOIR - * @version 1.0.11 + * @version 1.0.13 * @description Restores the webm glitch Discord had in July 2022. * @source https://github.com/OIRNOIR/bbwwme */ -div[style*="aspect-ratio"]:not([class*="embed_"] div) { +div[style*="aspect-ratio"]:not([class*="embed_"] div):not([class*="callContainer_"] div) { aspect-ratio: unset !important; width: auto !important; }