-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (65 loc) · 1.43 KB
/
style.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
/* fix profile settings view */
body.sideShowing, body.sideShowing #viewport {
height: 100vh !important;
min-height: 100vh !important;
max-height: 100vh !important;
}
/* make header bar more compact and fixed \m/ */
#header {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 0 80px;
height: 38px;
}
#mJewelNav {
margin: auto;
max-width: 380px;
}
#header .jewel > a > div {
height: 38px;
position: relative;
top: -3px;
}
/* make additional header more compact and fixed (on some views) */
#root .mFuturePageHeader, #modalDialog .mFuturePageHeader {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 5px 80px;
height: 38px;
}
/* correct padding for modal views */
#root {
padding-top: 38px;
}
#modalDialog .modalDialogView {
padding-top: 38px;
}
/* correct styles for main layout*/
.jewel .flyout {
margin-top: 38px !important;
bottom: 0;
overflow: auto;
}
/* hide locale selector from settings view (some styles issues) */
.jewel .flyout #locale-selector {
display: none;
}
/* hide "People You May Know" section */
#u_d_4, ._d2r {
display: none;
}
/* hide suggestions from search view */
#m\:chrome\:schedulable-graph-search ._1_oa._4gvh._4gvl._1w-s._1_oc._1_od._bmx {
display: none;
}
#m\:chrome\:schedulable-graph-search ._tn0:not(:first-child) {
display: none;
}
/* Hide some broken scroll areas */
.scrollArea {
display: none;
}