We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f61a4f8 + d80a558 commit f22c445Copy full SHA for f22c445
src/librustdoc/html/static/rustdoc.css
@@ -1573,5 +1573,6 @@ div.name::before {
1573
}
1574
div.name.expand::before {
1575
transform: rotate(90deg);
1576
- left: -14px;
+ left: -15px;
1577
+ top: 2px;
1578
src/librustdoc/html/static/source-script.js
@@ -94,7 +94,7 @@ function createSidebarToggle() {
94
inner1.style.position = "relative";
95
96
var inner2 = document.createElement("div");
97
- inner2.style.marginTop = "-2px";
+ inner2.style.paddingTop = "3px";
98
if (getCurrentValue("rustdoc-source-sidebar-show") === "true") {
99
inner2.innerText = "<";
100
} else {
0 commit comments