mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 04:04:06 +00:00
Unify toggle rules on smaller resolutions
This commit is contained in:
parent
0c02338a60
commit
7eb95cd8e4
@ -1687,8 +1687,9 @@ details.undocumented[open] > summary::before {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.item-list > details.rustdoc-toggle > summary:not(.hideme)::before {
|
||||
left: -10px;
|
||||
#main > details.rustdoc-toggle > summary::before,
|
||||
#main > div > details.rustdoc-toggle > summary::before {
|
||||
left: -11px;
|
||||
}
|
||||
|
||||
#all-types {
|
||||
@ -1781,8 +1782,4 @@ details.undocumented[open] > summary::before {
|
||||
.docblock {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
details.rustdoc-toggle > summary.hideme::before {
|
||||
left: -11px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user