From 6260b9a86ce2227f2f55265e1fc4e6896bbe766a Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 7 Jun 2024 19:21:25 -0300 Subject: Fix missing elements and margin on Whatsapp's status page (#560) --- recipes/whatsapp/package.json | 2 +- recipes/whatsapp/service.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes') 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 @@ { "id": "whatsapp", "name": "WhatsApp", - "version": "3.5.6", + "version": "3.5.7", "license": "MIT", "config": { "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 @@ 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; -- cgit v1.2.3-70-g09d2