We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f438e3 + bb91805 commit 7b6fd61Copy full SHA for 7b6fd61
src/librustdoc/html/static/rustdoc.css
@@ -116,6 +116,8 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
116
padding-bottom: 6px;
117
}
118
h1.fqn {
119
+ display: flex;
120
+ width: 100%;
121
border-bottom: 1px dashed;
122
margin-top: 0;
123
@@ -458,6 +460,13 @@ nav.sub {
458
460
font-weight: normal;
459
461
462
463
+h1.fqn > .out-of-band {
464
+ float: unset;
465
+ flex: 1;
466
+ text-align: right;
467
+ margin-left: 8px;
468
+}
469
+
470
h3.impl > .out-of-band {
471
font-size: 21px;
472
@@ -1450,10 +1459,6 @@ h4 > .notable-traits {
1450
1459
padding: 0;
1451
1460
1452
1461
1453
- .content .in-band {
1454
- width: 100%;
1455
- }
1456
-
1457
1462
.content h4 > .out-of-band {
1458
1463
position: inherit;
1464
0 commit comments