We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367ecff commit 6ab34f4Copy full SHA for 6ab34f4
src/librustdoc/html/static/css/rustdoc.css
@@ -1660,10 +1660,6 @@ in storage.js
1660
content: "Since ";
1661
}
1662
1663
- #copy-path {
1664
- display: none;
1665
- }
1666
-
1667
/* Hide the logo and item name from the sidebar. Those are displayed
1668
in the mobile-topbar instead. */
1669
.sidebar .sidebar-logo,
@@ -1797,8 +1793,8 @@ in storage.js
1797
1793
border-bottom: 1px solid;
1798
1794
1799
1795
1800
- /* We don't display the help button on mobile devices. */
1801
- #help-button {
1796
+ /* We don't display these buttons on mobile devices. */
+ #copy-path, #help-button {
1802
display: none;
1803
1804
0 commit comments