Skip to content

Commit

Permalink
style: Make sidebar items' links full-width (#197)
Browse files Browse the repository at this point in the history
* Make sidebar items' links full-width

* style: remove redundant css rule

---------

Co-authored-by: Suhail <[email protected]>
  • Loading branch information
jonathan-richer and BreadGenie authored Nov 22, 2023
1 parent 2bc32db commit dd9ffe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ body.dark {
}

:first-child {
margin-right: auto;
width: 100%;
}
}

Expand Down Expand Up @@ -1168,4 +1168,4 @@ ins {
line-height: 1.15;
letter-spacing: .02em;
font-weight: 400;
}
}

0 comments on commit dd9ffe2

Please sign in to comment.