We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0b80a commit 311ff03Copy full SHA for 311ff03
src/librustdoc/html/static/rustdoc.css
@@ -616,15 +616,19 @@ a.test-arrow {
616
}
617
618
.sidebar .location {
619
- float: left;
+ float: right;
620
margin: 0px;
621
- padding: 5px;
622
- width: 60%;
+ padding: 3px 10px 1px 10px;
+ min-height: 39px;
623
background: inherit;
624
text-align: left;
625
font-size: 24px;
626
627
628
+ .sidebar .location:empty {
629
+ padding: 0;
630
+ }
631
+
632
.sidebar img {
633
width: 35px;
634
margin-top: 5px;
0 commit comments