mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +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;
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-list > details.rustdoc-toggle > summary:not(.hideme)::before {
|
#main > details.rustdoc-toggle > summary::before,
|
||||||
left: -10px;
|
#main > div > details.rustdoc-toggle > summary::before {
|
||||||
|
left: -11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#all-types {
|
#all-types {
|
||||||
@ -1781,8 +1782,4 @@ details.undocumented[open] > summary::before {
|
|||||||
.docblock {
|
.docblock {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
details.rustdoc-toggle > summary.hideme::before {
|
|
||||||
left: -11px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user