Description
Problem
There are UI inconsistencies in the app sidebar component:
- List items have incorrect padding, resulting in awkward spacing.
- Icon gaps are inconsistent or misaligned with the text.
- Hover and selected states do not extend from edge to edge, breaking visual continuity.
Screenshots
Expected behavior
- Sidebar items should have consistent and visually balanced padding.
- Hover/selected states should extend from edge to edge, covering the entire sidebar item area.
Suggested Fix:
Adjust sidebar list item styles:
- Use consistent padding/margin across items (hover/selected state).
- Fix icon alignment/gap.