From 789eb80bcfc53e9a6c7c88e75514d2228afb403c Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:58:38 +0100 Subject: [Whatsapp] Remove max width limit of 1600px (#49) --- recipes/whatsapp/package.json | 2 +- recipes/whatsapp/service.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/whatsapp/package.json b/recipes/whatsapp/package.json index 5d0f001..5c70df9 100644 --- a/recipes/whatsapp/package.json +++ b/recipes/whatsapp/package.json @@ -1,7 +1,7 @@ { "id": "whatsapp", "name": "WhatsApp", - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "config": { "serviceURL": "https://web.whatsapp.com", diff --git a/recipes/whatsapp/service.css b/recipes/whatsapp/service.css index e160fbb..0d4d5fc 100644 --- a/recipes/whatsapp/service.css +++ b/recipes/whatsapp/service.css @@ -11,3 +11,8 @@ ._1Wk6A ._3YewW._31v_P._2Ptrm { display: none; } + +/* fix for blank spaces regarding view width on screens larger than 1080p */ +.app-wrapper-web ._1XkO3 { + max-width: none !important; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2