We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313de68 + fce04fe commit 16b1a6fCopy full SHA for 16b1a6f
src/librustdoc/html/static/rustdoc.css
@@ -1540,6 +1540,14 @@ h4 > .notable-traits {
1540
left: 0;
1541
top: 100%;
1542
}
1543
+
1544
+ /* We don't display the help button on mobile devices. */
1545
+ .help-button {
1546
+ display: none;
1547
+ }
1548
+ .search-container > div {
1549
+ width: calc(100% - 32px);
1550
1551
1552
1553
@media print {
0 commit comments