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/service.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/whatsapp/service.css') 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-54-g00ecf