Description:
The sidebar currently has issues where the content and alignment keep changing across different pages or screen sizes. This makes the UI look inconsistent and affects the user experience.
Steps to Reproduce:
Open any page with a sidebar.
Compare the sidebar content and alignment across different pages.
Notice that spacing, alignment, or items shift unexpectedly.
Expected Behavior:
Sidebar content should remain consistent across all pages.
Alignment of items should be uniform and properly spaced.
Sidebar should remain responsive and adapt cleanly to different screen sizes.
Proposed Fix:
Standardize sidebar layout in CSS/HTML.
Fix alignment issues by adjusting flex/grid properties or padding/margins.
Ensure consistent rendering of sidebar content across all pages.
Test responsiveness on mobile, tablet, and desktop.

Description:
The sidebar currently has issues where the content and alignment keep changing across different pages or screen sizes. This makes the UI look inconsistent and affects the user experience.
Steps to Reproduce:
Open any page with a sidebar.
Compare the sidebar content and alignment across different pages.
Notice that spacing, alignment, or items shift unexpectedly.
Expected Behavior:
Sidebar content should remain consistent across all pages.
Alignment of items should be uniform and properly spaced.
Sidebar should remain responsive and adapt cleanly to different screen sizes.
Proposed Fix:
Standardize sidebar layout in CSS/HTML.
Fix alignment issues by adjusting flex/grid properties or padding/margins.
Ensure consistent rendering of sidebar content across all pages.
Test responsiveness on mobile, tablet, and desktop.