Skip to content

Commit 2e20da5

Browse files
Remove hamburger button from source code page
1 parent 96d565b commit 2e20da5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,10 @@ span.since {
10521052
height: 45px;
10531053
}
10541054

1055+
.rustdoc.source > .sidebar > .sidebar-menu {
1056+
display: none;
1057+
}
1058+
10551059
.sidebar-elems {
10561060
position: fixed;
10571061
z-index: 1;

0 commit comments

Comments
 (0)