-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (57 loc) · 886 Bytes
/
Copy pathstyle.css
File metadata and controls
72 lines (57 loc) · 886 Bytes
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
.toc__ul {
list-style-type: none;
padding: 10px;
padding-right: 0;
overflow:auto;
max-height: calc(100vh - 72px);
}
.toc__ul ul {
list-style-type: none;
}
.toc__row{
display:flex;
flex-direction: column;
}
.toc{
font-size:16px;
margin-top:25px;
position: sticky;
top:25px;
}
.toc__header{
padding:12px !important;
padding-left:16px !important;
}
.toc__title{
font-size:16px;
}
.toc__lineDepth-1{
margin-left:0px;
font-size:16px;
}
.toc__lineDepth-2{
margin-left:16px;
}
.toc__lineDepth-3{
margin-left:32px;
}
.toc__lineDepth-4{
margin-left:48px;
}
.toc__lineDepth-5{
margin-left:64px;
}
.toc__lineDepth-6{
margin-left:80px;
}
.toc__ul > li:first-child{
margin-bottom: 10px !important;
}
.toc li{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.rgh-sticky-sidebar{
position: relative !important;
}