Skip to content

Commit

Permalink
Fix docs style
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Mar 9, 2024
1 parent 79d86ae commit bfc7e1a
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ aside.toc-nav {

.page_toc div[class^="lv"] a {
font-weight: normal;
color: unset;
}

.page_toc div.lv4{
display: flex;
}

.page_toc div.lv4 a:not(:first-child) {
text-indent: 10px;
}

.page_toc div.active {
Expand All @@ -37,23 +46,6 @@ aside.toc-nav {
border-left: 2px solid #e8e8e845
}

.page_toc div a:not(:first-child) {
display: none;
}

.page_toc div a:first-child span *:not(:first-child) {
display: none;
}

.page_toc div a:first-child span{
display: flex;
}

.page_toc div a:first-child span *:first-child {
display: block;
min-width: 100%;
}

@media only screen and (max-width: 1299px) {
aside.toc-nav {
background: var(--sidebar-background);
Expand Down

0 comments on commit bfc7e1a

Please sign in to comment.