Skip to content

Commit

Permalink
Hide help button on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 15, 2020
1 parent 0e022fc commit fce04fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -1544,6 +1544,14 @@ h4 > .notable-traits {
left: 0;
top: 100%;
}

/* We don't display the help button on mobile devices. */
.help-button {
display: none;
}
.search-container > div {
width: calc(100% - 32px);
}
}

@media print {
Expand Down

0 comments on commit fce04fe

Please sign in to comment.