-
Notifications
You must be signed in to change notification settings - Fork 0
/
gmail-stylish.css
101 lines (81 loc) · 1.57 KB
/
gmail-stylish.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
90
91
92
93
94
95
96
97
98
99
100
/* https://github.com/AshSimmonds/unstylish/blob/main/gmail-stylish.css */
/* https://docs.google.com/document/d/1gzQBiH0yHUvTJqTRoeZoHyHLUTfSHfAFlMO6ZupUfEU/edit?usp=sharing */
/* padding column next to checkboxes */
.zA>.PF {
display: none;
}
/* important icon column */
.WA.xY {
display: none;
}
/* sender column */
.yX.xY {
padding-right: 8px;
flex-basis: 80px;
max-width: 80px;
}
/* subject column */
.xY.a4W {
font-size: .6rem;
max-width: 220px;
padding-right: 8px;
}
/* attachment column */
.yf.xY {
display: none;
}
/* gmail logo */
.gb_pa:not(.gb_qa) .gb_Wc .gb_nc {
display: none;
}
/* search bar */
.gb_Pd.gb_Ie:not(.gb_ye) .gb_ze {
max-width: 300px;
}
/* search and settings container */
.gb_De {
justify-content: flex-start;
}
/* account avatar etc */
.gb_Qd.gb_Sa.gb_Ed.gb_Td {
display: none;
}
/* hamburger menu container */
.gb_Ed.gb_Wc.gb_Xc {
max-width: 50px;
min-width: 50px !important;
}
/* checkbox column */
.zA>td.oZ-x3 {
width: 14px;
}
/* email content window - and possible other stuff */
.nH {
max-width: 780px;
}
/* column left of main mail content */
.aju {
min-width: 2px;
max-width: 2px;
}
/* sender's avatar left of email content */
.aCi {
display: none;
}
/* sender details and date and top padding in opened email */
.hx.gs {
max-width: 650px;
padding: 0 0 40px 0;
}
/* stop showing fucking huge images so no side-scroll */
img {
max-width: 100%;
}
/* fav star icon in open email */
.bi4 {
display: none;
}
/* name and email in open message */
.gF {
max-width: 500px;
}