Skip to content

Commit

Permalink
Icon Margins Minor Adjustment
Browse files Browse the repository at this point in the history
Shrinked the margins of the collapsed icons on the side bar.

Signed-off-by: Kai Chen <[email protected]>
  • Loading branch information
EdgarAllan-Bro committed Dec 19, 2024
1 parent f85511b commit ead3521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}

.navigation-bar-collapsed .collapsed-icons a {
margin-top: 20px;
margin-bottom: 20px;
margin-top: 12px;
margin-bottom: 12px;
color: white;
}

Expand Down

0 comments on commit ead3521

Please sign in to comment.