aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp/service.css
blob: 667f61814080a543d45753faa1b55f852df8156c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.app-wrapper-web .app,
.app-wrapper-web .two,
.app-wrapper-web .three,
.app-wrapper-web .h70RQ
{
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

._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;
}

/* Warning for trying to change theme on whatsapp */
.ferdium-theme-message {
  padding-top: 15px;
  color: red;
  line-height: 20px;
}

.ferdium-theme-title {
  padding-top: 15px;
  color: red;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}