You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(app): improve layout and styling for responsiveness
- Add flex: 1 style to LazyFlex container in App component for better flex layout
- Update inner LazyFlex in App with flex: 1 and height 100% for full height alignment
- Remove fixed width and box-sizing from Settings component container and add flex: 1
- Change Sidebar height from fixed 560px to 100vh for full viewport height
- Adjust SidebarButtons padding for better spacing and layout
- Modify ThemeMenu thumbnails container flex from 7 to 1 and increase thumbnail size to 72px
- Update ThemeMenu padding for uniform spacing
- Add global CSS resets: margin 0, padding 0 and box-sizing border-box to all elements
- Set root container to display flex and add padding to improve overall layout
- Remove obsolete appVars global theme and update styles to avoid fixed widths
0 commit comments