File tree 1 file changed +3
-3
lines changed
src/librustdoc/html/static/css
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ ul.block, .block li {
554
554
555
555
.sidebar-crate h2 a {
556
556
display : block;
557
- margin : 0 calc (-24px + 0.25rem ) 0 -0.5 rem ;
557
+ margin : 0 calc (-24px + 0.25rem ) 0 -0.2 rem ;
558
558
/* Align the sidebar crate link with the search bar, which have different
559
559
font sizes.
560
560
@@ -569,7 +569,7 @@ ul.block, .block li {
569
569
x = ( 16px - 0.57rem ) / 2
570
570
*/
571
571
padding : calc ( ( 16px - 0.57rem ) / 2 ) 0.25rem ;
572
- padding-left : 0.5 rem ;
572
+ padding-left : 0.2 rem ;
573
573
}
574
574
575
575
.sidebar-crate h2 .version {
@@ -578,7 +578,7 @@ ul.block, .block li {
578
578
font-size : 1rem ;
579
579
overflow-wrap : break-word;
580
580
/* opposite of the link padding, cut in half again */
581
- margin-top : calc ( ( -16 px + 0.57rem ) / 2 );
581
+ margin-top : calc ( ( -4 px + 0.57rem ) / 2 );
582
582
}
583
583
584
584
.sidebar-crate + .version {
You can’t perform that action at this time.
0 commit comments