Skip to content

Commit

Permalink
Update Sidebar.scss
Browse files Browse the repository at this point in the history
Fixed the lint error, i didn't alphabetically
order the css
  • Loading branch information
lawtlee committed Oct 13, 2023
1 parent dc431af commit 57cef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $sidebar-width: 357px;
}

.dropdown-header {
align-items: center;
color: $text-color;
cursor: pointer;
display: flex;
Expand All @@ -46,7 +47,6 @@ $sidebar-width: 357px;
padding-right: $padding-h;
text-align: left;
transition: 0.3s;
align-items: center;

span {
align-items: center;
Expand Down

0 comments on commit 57cef99

Please sign in to comment.