Skip to content

Commit

Permalink
style(sidebar): chevron rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed May 9, 2024
1 parent 272094a commit 0d3aafe
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 @@ -275,11 +275,11 @@ body.dark {
display: inline-flex;
margin: 0 5px 0 auto;
transition: transform 0.2s ease-in-out;
// transform: rotate(90deg);
transform: rotate(0deg);
color: var(--sidebar-text-color);

&.rotate {
transform: rotate(0deg);
transform: rotate(-90deg);
}
}
}
Expand Down

0 comments on commit 0d3aafe

Please sign in to comment.