Skip to content

Commit e96abef

Browse files
Rollup merge of #101494 - jsha:notable-traits-right, r=GuillaumeGomez
rustdoc mobile: move notable traits to return type These were originally on the left, but were moved to the return type in c90fb71. The CSS rule for mobile did not get updated at the time, so updating it now. r? `@notriddle`
2 parents 22f6aec + d6f385f commit e96abef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/librustdoc/html/static/css/rustdoc.css

-6
Original file line numberDiff line numberDiff line change
@@ -1865,12 +1865,6 @@ in storage.js plus the media query with (min-width: 701px)
18651865
display: none !important;
18661866
}
18671867

1868-
.notable-traits {
1869-
position: absolute;
1870-
left: -22px;
1871-
top: 24px;
1872-
}
1873-
18741868
#titles > button > div.count {
18751869
display: block;
18761870
}

0 commit comments

Comments
 (0)