Skip to content

Commit

Permalink
Make sidebar items' links full-width
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-richer authored Nov 22, 2023
1 parent 2bc32db commit 859cb58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ body.dark {
}

:first-child {
width: 100%;
margin-right: auto;
}
}
Expand Down Expand Up @@ -1168,4 +1169,4 @@ ins {
line-height: 1.15;
letter-spacing: .02em;
font-weight: 400;
}
}

0 comments on commit 859cb58

Please sign in to comment.