aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp/service.css
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-07 12:58:38 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-07 12:58:38 +0100
commit789eb80bcfc53e9a6c7c88e75514d2228afb403c (patch)
treea01d6525a314924c5e4fee7303d62683544bbf66 /recipes/whatsapp/service.css
parent[Gmail] Add support for priority inbox (diff)
downloadferdium-recipes-789eb80bcfc53e9a6c7c88e75514d2228afb403c.tar.gz
ferdium-recipes-789eb80bcfc53e9a6c7c88e75514d2228afb403c.tar.zst
ferdium-recipes-789eb80bcfc53e9a6c7c88e75514d2228afb403c.zip
[Whatsapp] Remove max width limit of 1600px (#49)
Diffstat (limited to 'recipes/whatsapp/service.css')
-rw-r--r--recipes/whatsapp/service.css5
1 files changed, 5 insertions, 0 deletions
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 @@
11._1Wk6A ._3YewW._31v_P._2Ptrm { 11._1Wk6A ._3YewW._31v_P._2Ptrm {
12 display: none; 12 display: none;
13} 13}
14
15/* fix for blank spaces regarding view width on screens larger than 1080p */
16.app-wrapper-web ._1XkO3 {
17 max-width: none !important;
18} \ No newline at end of file