Unify toggle rules on smaller resolutions

This commit is contained in:
Guillaume Gomez 2021-05-14 19:58:21 +02:00
parent 0c02338a60
commit 7eb95cd8e4

View File

@ -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;
}
} }