We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f8958 commit d80a558Copy full SHA for d80a558
src/librustdoc/html/static/rustdoc.css
@@ -1570,5 +1570,6 @@ div.name::before {
1570
}
1571
div.name.expand::before {
1572
transform: rotate(90deg);
1573
- left: -14px;
+ left: -15px;
1574
+ top: 2px;
1575
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