Skip to content

Commit fce04fe

Browse files
Hide help button on mobile devices
1 parent 0e022fc commit fce04fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+8
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,14 @@ h4 > .notable-traits {
15441544
left: 0;
15451545
top: 100%;
15461546
}
1547+
1548+
/* We don't display the help button on mobile devices. */
1549+
.help-button {
1550+
display: none;
1551+
}
1552+
.search-container > div {
1553+
width: calc(100% - 32px);
1554+
}
15471555
}
15481556

15491557
@media print {

0 commit comments

Comments
 (0)