aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp/service.css
diff options
context:
space:
mode:
authorLibravatar Marco <nervloverei@googlemail.com>2024-04-03 22:21:45 -0300
committerLibravatar GitHub <noreply@github.com>2024-04-03 19:21:45 -0600
commitc88a288c033654677c8da5c0734110861a74db69 (patch)
tree65e19b9dca45cdd2d4d308e7607b0ff5fe066be0 /recipes/whatsapp/service.css
parentUpgrade node to latest LTS (20.12.0) and some other modules (diff)
downloadferdium-recipes-c88a288c033654677c8da5c0734110861a74db69.tar.gz
ferdium-recipes-c88a288c033654677c8da5c0734110861a74db69.tar.zst
ferdium-recipes-c88a288c033654677c8da5c0734110861a74db69.zip
Whatsapp - Disable max-width on new main app selector (#527)
Diffstat (limited to 'recipes/whatsapp/service.css')
-rw-r--r--recipes/whatsapp/service.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/whatsapp/service.css b/recipes/whatsapp/service.css
index 05ae597..b80847f 100644
--- a/recipes/whatsapp/service.css
+++ b/recipes/whatsapp/service.css
@@ -13,6 +13,6 @@
13} 13}
14 14
15/* fix for blank spaces regarding view width on screens larger than 1080p */ 15/* fix for blank spaces regarding view width on screens larger than 1080p */
16.app-wrapper-web ._1jJ70 { 16.app-wrapper-web ._aigs {
17 max-width: none !important; 17 max-width: none !important;
18} 18}