File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Sphinx build info version 1
2
2
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3
- config: 5586acdc5b4e9d4406918b8b31b2201e
3
+ config: 9a53266b0003124642f9fae72e53a1df
4
4
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change @@ -34,27 +34,34 @@ figure figcaption {
34
34
}
35
35
36
36
/* increase the size of the side bar from 300px default to 320px */
37
- .wy-nav-side {
38
- width : 320px ;
37
+ .wy-nav-side .shift {
38
+ width : 320px !important ;
39
+ left : 0 ;
39
40
}
40
41
41
42
.wy-side-scroll {
42
- width : 340px ;
43
+ width : 320px ;
44
+ overflow : hidden;
43
45
}
44
46
45
47
.wy-side-nav-search {
46
48
width : 320px ;
47
- background : # 08adee !important ;
49
+ background : # 090b22 !important ;
48
50
}
49
51
50
52
.icon .icon-home {
51
- color : # 000000 !important ;
53
+ color : # ffffff !important ;
54
+ width : 70% ;
52
55
}
53
56
54
57
.wy-menu-vertical {
55
58
width : 320px ;
56
59
}
57
60
61
+ .wy-nav-content-wrap .shift {
62
+ left : 320px ;
63
+ }
64
+
58
65
/* (temporarily) add an under development tagline to the bread crumb
59
66
.wy-breadcrumbs::after {
60
67
content: " (Content under development)";
You can’t perform that action at this time.
0 commit comments