-
Notifications
You must be signed in to change notification settings - Fork 7
/
FBStyleFixes
43 lines (36 loc) · 1.07 KB
/
FBStyleFixes
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
@-moz-document domain("facebook.com") {
/* Don't apply chat colors for my side. */
._1nc6 div[class="_d97"] {
background-color: #4080ff !IMPORTANT;
/* background-color: hsla(258, 46%, 55%, 1); */
}
/* Hide "Games" section from chat sidebar, to expand chat section. */
#pagelet_canvas_nav_content {
display: none !important;
}
/* Hide ads but not group suggestions. */
div.ego_column:not(.egoOrganicColumn) {
display: none !important;
}
/* Don't apply chat colors for my side. */
._1nc6 div[class="_d97"] {
background-color: #4080ff !IMPORTANT;
/* background-color: hsla(258, 46%, 55%, 1); */
}
/* Hide "Games" section from chat sidebar, to expand chat section. */
#pagelet_canvas_nav_content {
display: none !important;
}
/* Hide ads but not group suggestions. */
div.ego_column:not(.egoOrganicColumn) {
display: none !important;
}
/* I want the default text size bigger for chat! Chrome won't do it. */
body, button, input, label, select, td, textarea {
font-size: 14px !important;
}
/* And make the chat a bit taller. */
div._1ia._2sz2 {
height: 600px !important;
}
}