We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d40a1 commit 9da9c3bCopy full SHA for 9da9c3b
src/librustdoc/html/static/rustdoc.css
@@ -764,17 +764,19 @@ span.since {
764
}
765
766
.sidebar {
767
- height: 40px;
+ height: 45px;
768
min-height: 40px;
769
- width: 100%;
770
- margin: 0px;
771
- padding: 0px;
+ width: calc(100% + 30px);
+ margin: 0;
+ margin-left: -15px;
772
+ padding: 0 15px;
773
position: static;
774
775
776
.sidebar .location {
777
float: right;
778
margin: 0px;
779
+ margin-top: 2px;
780
padding: 3px 10px 1px 10px;
781
min-height: 39px;
782
background: inherit;
@@ -789,7 +791,7 @@ span.since {
789
791
.sidebar img {
790
792
width: 35px;
793
margin-top: 5px;
- margin-bottom: 0px;
794
+ margin-bottom: 5px;
795
float: left;
796
797
0 commit comments