Skip to content

Commit

Permalink
Fix missing elements and margin on Whatsapp's status page (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitchtee authored Jun 7, 2024
1 parent 039820d commit 6260b9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion recipes/whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "whatsapp",
"name": "WhatsApp",
"version": "3.5.6",
"version": "3.5.7",
"license": "MIT",
"config": {
"serviceURL": "https://web.whatsapp.com",
Expand Down
5 changes: 0 additions & 5 deletions recipes/whatsapp/service.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
top: 0 !important;
}

/* Hide install desktop application notice */
.xz9dl7a {
display: none;
}

/* fix for blank spaces regarding view width on screens larger than 1080p */
.app-wrapper-web ._aigs {
max-width: none !important;
Expand Down

0 comments on commit 6260b9a

Please sign in to comment.