Rollup merge of #60489 - GuillaumeGomez:remove-hamburger, r=QuietMisdreavus

Remove hamburger button from source code page

Fixes #60483.

Screenshot:

<img width="575" alt="Screenshot 2019-05-03 at 00 12 51" src="https://user-images.githubusercontent.com/3050060/57110298-61ec8f00-6d38-11e9-85fd-d13be94b9c52.png">

cc @rust-lang/rustdoc
This commit is contained in:
Mazdak Farrokhzad 2019-05-07 19:30:05 +02:00 committed by GitHub
commit 4e233583d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1052,6 +1052,10 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
height: 45px;
}
.rustdoc.source > .sidebar > .sidebar-menu {
display: none;
}
.sidebar-elems {
position: fixed;
z-index: 1;