aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp
diff options
context:
space:
mode:
authorLibravatar Herculino Trotta <netotrotta@gmail.com>2024-06-07 19:21:25 -0300
committerLibravatar GitHub <noreply@github.com>2024-06-08 03:51:25 +0530
commit6260b9a86ce2227f2f55265e1fc4e6896bbe766a (patch)
treee5da842f01608c3e71c695ec16eaadc088daab6d /recipes/whatsapp
parentUpgrade pnpm to 9.1.4 (diff)
downloadferdium-recipes-6260b9a86ce2227f2f55265e1fc4e6896bbe766a.tar.gz
ferdium-recipes-6260b9a86ce2227f2f55265e1fc4e6896bbe766a.tar.zst
ferdium-recipes-6260b9a86ce2227f2f55265e1fc4e6896bbe766a.zip
Fix missing elements and margin on Whatsapp's status page (#560)
Diffstat (limited to 'recipes/whatsapp')
-rw-r--r--recipes/whatsapp/package.json2
-rw-r--r--recipes/whatsapp/service.css5
2 files changed, 1 insertions, 6 deletions
diff --git a/recipes/whatsapp/package.json b/recipes/whatsapp/package.json
index ecf4cd5..bf679f3 100644
--- a/recipes/whatsapp/package.json
+++ b/recipes/whatsapp/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "whatsapp", 2 "id": "whatsapp",
3 "name": "WhatsApp", 3 "name": "WhatsApp",
4 "version": "3.5.6", 4 "version": "3.5.7",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://web.whatsapp.com", 7 "serviceURL": "https://web.whatsapp.com",
diff --git a/recipes/whatsapp/service.css b/recipes/whatsapp/service.css
index cf95e32..0f8d364 100644
--- a/recipes/whatsapp/service.css
+++ b/recipes/whatsapp/service.css
@@ -8,11 +8,6 @@
8 top: 0 !important; 8 top: 0 !important;
9} 9}
10 10
11/* Hide install desktop application notice */
12.xz9dl7a {
13 display: none;
14}
15
16/* fix for blank spaces regarding view width on screens larger than 1080p */ 11/* fix for blank spaces regarding view width on screens larger than 1080p */
17.app-wrapper-web ._aigs { 12.app-wrapper-web ._aigs {
18 max-width: none !important; 13 max-width: none !important;