Skip to content

Commit

Permalink
Fix a problem with the theme that broke it
Browse files Browse the repository at this point in the history
  • Loading branch information
OIRNOIR committed Apr 17, 2024
1 parent c334dd4 commit f0cee91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.13",
"version": "1.0.14",
"updater": {
"type": "store",
"id": "dev.oirnoir.bbwwme"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbwwme",
"version": "1.0.13",
"version": "1.0.14",
"description": "Bring Back WackyWebM Epicness",
"engines": {
"node": ">=14.0.0"
Expand Down
3 changes: 1 addition & 2 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name Bring Back WackyWebM Epicness
* @author OIRNOIR
* @version 1.0.13
* @version 1.0.14
* @description Restores the webm glitch Discord had in July 2022.
* @source https://github.com/OIRNOIR/bbwwme
*/
Expand All @@ -27,7 +27,6 @@ video[style*="width"]:not(#gif-picker-tab-panel video):not([style*="width: auto"
[class*="imageWrapper_"]:has(video[style*="width"]:not(#gif-picker-tab-panel video):not([style*="width: auto"]):not(div.media-engine-video video)) {
aspect-ratio: unset !important;
display: inline-flex !important;
width: unset !important;
}

[class*="message_"]:not([class*="groupStart_"]) {
Expand Down

0 comments on commit f0cee91

Please sign in to comment.