mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
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 c90fb7185a
. The CSS rule for mobile did not get updated at the time, so updating it now.
r? `@notriddle`
This commit is contained in:
commit
e96abefe80
@ -1865,12 +1865,6 @@ in storage.js plus the media query with (min-width: 701px)
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.notable-traits {
|
||||
position: absolute;
|
||||
left: -22px;
|
||||
top: 24px;
|
||||
}
|
||||
|
||||
#titles > button > div.count {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user