File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 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 {
554554
555555.sidebar-crate h2 a {
556556 display : block;
557- margin : 0 calc (-24px + 0.25rem ) 0 -0.5 rem ;
557+ margin : 0 calc (-24px + 0.25rem ) 0 -0.2 rem ;
558558 /* Align the sidebar crate link with the search bar, which have different
559559 font sizes.
560560
@@ -569,7 +569,7 @@ ul.block, .block li {
569569 x = ( 16px - 0.57rem ) / 2
570570 */
571571 padding : calc ( ( 16px - 0.57rem ) / 2 ) 0.25rem ;
572- padding-left : 0.5 rem ;
572+ padding-left : 0.2 rem ;
573573}
574574
575575.sidebar-crate h2 .version {
@@ -578,7 +578,7 @@ ul.block, .block li {
578578 font-size : 1rem ;
579579 overflow-wrap : break-word;
580580 /* 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 );
582582}
583583
584584.sidebar-crate + .version {
You can’t perform that action at this time.
0 commit comments