Skip to content

Commit

Permalink
Change list style and font size for right TOC (#6208)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
(cherry picked from commit 490bf7d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent 9ad4b4e commit f79d459
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,16 +520,22 @@ p.label {
font-size: 14px;
list-style-type: none;
background-color: $sidebar-color;
padding: $sp-6 $sp-4;
margin-left: $sp-4;
margin-right: $sp-8;
margin-bottom: 0;
padding: 2rem 1.5rem 1rem 1.5rem;
margin: 0 3rem 0 1rem;
overflow: auto;
}

.toc-item {
padding-top: .25rem;
padding-bottom: .25rem;
padding: .1rem 0;
line-height: 1.3;
margin: 0.35rem 0;
ul {
list-style-type: none;
padding-left: 0.5rem;
> li {
font-size: 13.5px;
}
}
}

.div-feedback {
Expand Down

0 comments on commit f79d459

Please sign in to comment.