aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp/service.css
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-08-06 14:10:53 +0100
committerLibravatar GitHub <noreply@github.com>2022-08-06 14:10:53 +0100
commit6b2bc506c212e88359f06107097ac4446bd5216f (patch)
tree86b0910dd62656364251296fb7ae803c28e949c4 /recipes/whatsapp/service.css
parentdocs: add DavidUser as a contributor for code (#141) (diff)
downloadferdium-recipes-6b2bc506c212e88359f06107097ac4446bd5216f.tar.gz
ferdium-recipes-6b2bc506c212e88359f06107097ac4446bd5216f.tar.zst
ferdium-recipes-6b2bc506c212e88359f06107097ac4446bd5216f.zip
fix: add warning to whatsapp theming (#138)
* fix: add warning to whatsapp theming * fix: typo
Diffstat (limited to 'recipes/whatsapp/service.css')
-rw-r--r--recipes/whatsapp/service.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/recipes/whatsapp/service.css b/recipes/whatsapp/service.css
index 0d4d5fc..667f618 100644
--- a/recipes/whatsapp/service.css
+++ b/recipes/whatsapp/service.css
@@ -15,4 +15,19 @@
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 ._1XkO3 { 16.app-wrapper-web ._1XkO3 {
17 max-width: none !important; 17 max-width: none !important;
18} \ No newline at end of file 18}
19
20/* Warning for trying to change theme on whatsapp */
21.ferdium-theme-message {
22 padding-top: 15px;
23 color: red;
24 line-height: 20px;
25}
26
27.ferdium-theme-title {
28 padding-top: 15px;
29 color: red;
30 line-height: 20px;
31 font-weight: bold;
32 text-align: center;
33}