-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub-notifications.css
146 lines (103 loc) · 3.01 KB
/
github-notifications.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/*
Copyright © 2020 Andrew Powell
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of this Source Code Form.
*/
#js-repo-pjax-container {
margin: 0 auto;
max-width: 1050px;
min-width: 1012px;
padding-left: 16px;
padding-right: 16px;
}
@media (min-width : 1280px) {
.col-xl-2 {
width: 240px;
}
}
/* feedback link */
div[data-url^="/notifications/beta/recent_notifications_alert"] { display: none; }
@media (min-width : 544px) {
.col-sm-6 {
width: 55%;
}
}
/* inbox and repo icon */
.filter-list img,
.filter-list span.mr-2.text-center.d-inline-block {
display: none !important;
}
/* counters */
span.count.text-normal {
font-weight: 600 !important;
}
/* emoji in nav */
#js-repo-pjax-container > div > div.d-none.d-md-flex.col-12.col-sm-12.col-md-3.col-lg-2.col-xl-2.flex-shrink-0.flex-grow-0 > nav > ul.filter-list.js-notification-sidebar-filters > li > a {
overflow: hidden;
text-indent: -24px;
}
#js-repo-pjax-container > div > div.d-none.d-md-flex.col-12.col-sm-12.col-md-3.col-lg-2.col-xl-2.flex-shrink-0.flex-grow-0 > nav > ul.filter-list.js-notification-sidebar-filters > li {
padding-left: 5px;
}
#js-repo-pjax-container > div > div.d-none.d-md-flex.col-12.col-sm-12.col-md-3.col-lg-2.col-xl-2.flex-shrink-0.flex-grow-0 > nav > ul.filter-list.js-notification-sidebar-filters > li span.count.text-normal {
margin-right: -16px;
}
/* repositories header */
.js-notification-sidebar-repositories .h6 {
display: none;
}
/* repository list */
.js-notification-sidebar-repositories a {
font-size: 12px;
margin: 0;
padding: 5px 10px;
}
/* item checkboxes */
.js-notification-bulk-action-check-item {
display: none;
}
/* mark all read button */
.js-notifications-group button.btn.btn-sm {
color: transparent;
width: 40px;
}
/* mark all read check */
.js-notifications-group span.text-center.d-inline-block {
color: #24292e;
}
/* select all bar */
#js-repo-pjax-container > div > div.col-12.col-sm-12.col-md-9.col-lg-10.col-xl-10 > div > div:nth-child(3) > div.Box.mx-0.mt-0.border-0 {
display: none;
}
/* little blue dot */
ul > li > div > div.d-flex.flex-row.flex-md-1 > div {
display: none !important;
}
/* repo header */
.Box-header h6 {
font-size: 14px;
font-weight: 600;
}
/* notification padding */
.notifications-list-item {
padding-left: 14px !important;
}
/* notification type icon */
.flex-shrink-0.flex-self-start.text-center {
padding-right: 4px !important;
}
/* org/repo/#{issue|pr} */
p.m-0.f6.flex-auto {
display: none !important;
}
/* +number label */
.d-md-flex.d-none.flex-items-center.min-width-0.pl-3.flex-shrink-0 {
display: none !important;
}
/* status action label */
span.Label.flex-self-center.Label--outline.border-0.ml-2.bg-gray-2.flex-shrink-0 {
display: none !important;
}