Skip to content

Commit e678f54

Browse files
committed
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 24b3688 + 2f7b95d commit e678f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 1 deletion
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)