File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
scaladoc/resources/dotty_res/styles/theme Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
# toc {
2
2
display : flex;
3
3
flex-direction : column;
4
- padding : 0 calc (1 * var (--base-spacing ));
5
- width : calc ( 29 * var ( --base-spacing )) ;
4
+ margin-left : calc (6 * var (--base-spacing ));
5
+ width : 232 px ;
6
6
}
7
7
8
8
# toc-container {
9
- position : absolute ;
9
+ width : 232 px ;
10
10
}
11
11
12
12
# toc ul {
34
34
}
35
35
}
36
36
37
- @media (max-width : 1436 px ) {
37
+ @media (max-width : 1467 px ) {
38
38
# toc {
39
39
margin-left : calc (8.5 * var (--base-spacing ));
40
40
margin-right : calc (8.5 * var (--base-spacing ));
57
57
}
58
58
59
59
@media (max-width : 1024px ) {
60
- # toc {
61
- margin-left : calc (6 * var (--base-spacing ));
62
- margin-right : 0 ;
63
- }
64
-
65
60
# toc .sidebar-shown {
66
61
display : none;
67
62
}
Original file line number Diff line number Diff line change 8
8
display : flex;
9
9
flex-flow : row;
10
10
color : var (--text-primary );
11
+ -webkit-transition : width 0.3s ease-in-out;
12
+ -moz-transition : width 0.3s ease-in-out;
13
+ -o-transition : width 0.3s ease-in-out;
14
+ transition : width 0.3s ease-in-out;
11
15
}
12
16
17
+
13
18
# content > div : first-child {
14
19
overflow : clip;
15
20
}
44
49
}
45
50
}
46
51
47
- @media (max-width : 1436 px ) {
52
+ @media (max-width : 1467 px ) {
48
53
# content {
49
54
margin-left : 0 ;
50
55
width : calc (100% - calc (56 * var (--base-spacing )));
Original file line number Diff line number Diff line change 24
24
@media (max-width : 1024px ) {
25
25
# leftColumn {
26
26
left : calc (-39 * var (--base-spacing ));
27
+ transition : right 0.2s linear;
27
28
}
28
29
29
30
# leftColumn .show {
You can’t perform that action at this time.
0 commit comments