Skip to content

Commit b47f6ae

Browse files
authored
Update custom.css (#108)
1 parent 58f6448 commit b47f6ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@ li:has([aria-current="page"]) > a > span::before {
209209
padding: 24px;
210210
}
211211

212+
/* this fixes the file tree styling */
213+
.sl-markdown-content li.directory details {
214+
border-radius: 0px;
215+
border: none;
216+
padding: 0 0 0 1.5em;
217+
}
218+
212219
.tab {
213220
font-size: 16px;
214221
}

0 commit comments

Comments
 (0)