Skip to content

Commit

Permalink
Fix streams not showing up in vc
Browse files Browse the repository at this point in the history
  • Loading branch information
OIRNOIR committed Apr 7, 2024
1 parent 8e246f8 commit c334dd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.12",
"version": "1.0.13",
"updater": {
"type": "store",
"id": "dev.oirnoir.bbwwme"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbwwme",
"version": "1.0.12",
"version": "1.0.13",
"description": "Bring Back WackyWebM Epicness",
"engines": {
"node": ">=14.0.0"
Expand All @@ -19,6 +19,5 @@
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"replugged": "^4.7.9"
},
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}
}
4 changes: 2 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit c334dd4

Please sign in to comment.