Skip to content

Commit bdd8626

Browse files
authored
TOC: Fix alignment to be column (#420)
1 parent 4b99bb2 commit bdd8626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,8 @@ nav.sidebar.sidebar__mobile-open {
16141614
margin: 0.5rem 0.25rem 0.5rem 0.875rem;
16151615
border-left: 1px solid oklch(var(--color-divider));
16161616
color: oklch(var(--color-foreground) / 0.75);
1617+
flex-direction: column;
1618+
align-items: start;
16171619

16181620
&[hidden] {
16191621
display: none;

0 commit comments

Comments
 (0)