File tree Expand file tree Collapse file tree 2 files changed +15
-18
lines changed
themes/doc/source/style/_doc Expand file tree Collapse file tree 2 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,11 @@ body {
37
37
}
38
38
}
39
39
40
- & .doc-sidebar--is-visible :not ( .DocSearch--active ) {
40
+ & .doc-sidebar--is-visible {
41
41
@media screen and (max-width : $doc-breakpoint ) {
42
42
.doc-sidebar {
43
43
transform : translateX (0 );
44
- }
45
-
46
- .doc-content {
47
- transform : translateX ($doc-sidebar-width );
44
+ z-index : 9 ;
48
45
}
49
46
}
50
47
}
Original file line number Diff line number Diff line change 173
173
border-color : #26aafe ;
174
174
box-shadow : none ;
175
175
}
176
- }
177
176
178
- .DocSearch-Search-Icon {
179
- margin : 0 4px ;
180
- width : 16px ;
181
- height : 16px ;
182
- color : #9b9b9b ;
183
- }
177
+ .DocSearch-Search-Icon {
178
+ margin : 0 4px ;
179
+ width : 16px ;
180
+ height : 16px ;
181
+ color : #9b9b9b ;
182
+ }
184
183
185
- .DocSearch-Button-Placeholder {
186
- display : initial !important ;
187
- }
188
-
189
- .DocSearch-Button-Keys {
190
- display : none ;
184
+ .DocSearch-Button-Placeholder {
185
+ display : initial !important ;
186
+ }
187
+
188
+ .DocSearch-Button-Keys {
189
+ display : none ;
190
+ }
191
191
}
192
192
}
193
193
}
You can’t perform that action at this time.
0 commit comments