aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
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
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')
-rw-r--r--recipes/whatsapp/package.json2
-rw-r--r--recipes/whatsapp/service.css5
2 files changed, 6 insertions, 1 deletions
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 @@
1{ 1{
2 "id": "whatsapp", 2 "id": "whatsapp",
3 "name": "WhatsApp", 3 "name": "WhatsApp",
4 "version": "3.4.0", 4 "version": "3.4.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://web.whatsapp.com", 7 "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 @@
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