We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e022fc commit fce04feCopy full SHA for fce04fe
src/librustdoc/html/static/rustdoc.css
@@ -1544,6 +1544,14 @@ h4 > .notable-traits {
1544
left: 0;
1545
top: 100%;
1546
}
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
1555
1556
1557
@media print {
0 commit comments