-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylebot.css
89 lines (73 loc) · 1.32 KB
/
stylebot.css
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Hide notification request */
div.wHvEy {
display: none;
}
/* Hide menu bar */
div.XlW_1 {
display: none;
}
/* Hide cam and bitmoji on home */
div.L3KxA.tN6x1 {
display: none;
}
div.G3Z4U.Xg7U0 {
display: none;
}
/* List width */
div.BL7do, .O4POs {
width: 500px;
}
/* Hide crap in list */
div[role=listitem] {
/* margin-top: -174px; */
margin-top: -100px;
}
/* Search Bar */
div.yC1EG {
display: none;
}
/* Main Chat Window */
div.Vbjsg.WJjwl {
margin-left: 160px;
}
/* Blue New Chat Text */
.tGtEY {
font-size: 20px;
text-transform: uppercase;
}
/* increase font size of chat */
div.IBqK8 {
font-size: 25px
}
/* replacement text for red snaps */
.xndUg:before {
content: "Received";
font-weight: 300;
font-size: 13px;
color: #dededeb0;
}
/* hide red snaps */
.xndUg {
color: rgba(255, 0, 0, 0);
font-size: 0;
}
/* hide red snap square */
div svg rect {
display: none;
}
/* hide stories */
div.swiper-wrapper {
display: none;
}
/* Notifications are off banner */
div.KgtSb {
display: none;
}
/* current chat notification */
.Titq2:before {
content: "Current chat:";
margin: 50px;
}
.Titq2 {
background: green;
}