Corrects inner/outer space in sidebar <li>s (#1137)

This commit is contained in:
Sergey Pedan 2020-02-18 04:04:59 +07:00 committed by GitHub
parent d6cfa21fff
commit 0da7ba4abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -417,6 +417,11 @@ ul#searchresults span.teaser em {
display: none;
}
.chapter li.expanded {
line-height: 1.5em;
margin-top: 0.6em;
}
.chapter li.expanded > a.toggle div {
transform: rotate(90deg);
}