Skip to content

Commit 12556a4

Browse files
authored
Rollup merge of rust-lang#55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez
Change sidebar selector to fix compatibility with docs.rs Fix for rust-lang#55883.
2 parents 66fcb3c + 2f7b95d commit 12556a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ span.since {
961961
padding-top: 0px;
962962
}
963963

964-
body > .sidebar {
964+
.rustdoc > .sidebar {
965965
height: 45px;
966966
min-height: 40px;
967967
margin: 0;

0 commit comments

Comments
 (0)