File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,8 @@ div.rustdoc {
54
54
}
55
55
56
56
.sidebar {
57
- top : 34 px ;
57
+ top : 32 px ;
58
58
left : 0 ;
59
- z-index : -1 ;
60
59
}
61
60
62
61
body {
@@ -106,18 +105,19 @@ div.container-rustdoc {
106
105
}
107
106
108
107
div .nav-container {
108
+ height : 32px ;
109
109
border-bottom : 1px solid $color-border ;
110
110
111
111
li {
112
112
border-left : 1px solid $color-border ;
113
113
}
114
114
115
115
.pure-menu-has-children >.pure-menu-link :after {
116
- font-size : 14 px ;
116
+ font-size : 0.8 em ;
117
117
}
118
118
119
119
a {
120
- font-size : 14 px ;
120
+ font-size : 0.8 em ;
121
121
font-weight : 400 ;
122
122
}
123
123
@@ -132,10 +132,10 @@ div.nav-container {
132
132
max-width : 200px ;
133
133
border : none ;
134
134
margin : 0 1em 0 0 ;
135
- font-size : 14 px ;
135
+ font-size : 0.8 em ;
136
136
text-align : right ;
137
137
box-shadow : none ;
138
- height : 33 px ;
138
+ height : 32 px ;
139
139
display : none ;
140
140
@media #{$media-sm } {
141
141
display : block ;
You can’t perform that action at this time.
0 commit comments