We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df26f8 commit a10d01bCopy full SHA for a10d01b
src/librustdoc/html/static/rustdoc.css
@@ -116,6 +116,9 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
116
padding-bottom: 6px;
117
}
118
h1.fqn {
119
+ display: flex;
120
+ gap: 8px;
121
+ width: 100%;
122
border-bottom: 1px dashed;
123
margin-top: 0;
124
@@ -458,6 +461,12 @@ nav.sub {
458
461
font-weight: normal;
459
462
460
463
464
+h1.fqn > .out-of-band {
465
+ float: unset;
466
+ flex: 1;
467
+ text-align: right;
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