Fix sidebar width and profile section design issues
All checks were successful
Build And Push Image / docker (push) Successful in 1m48s
All checks were successful
Build And Push Image / docker (push) Successful in 1m48s
- Increased collapsed sidebar width from 80px to 100px for better icon visibility - Updated rail-width prop to 100 in all three layouts (admin, board, member) - Fixed profile section avatar sizing - now uses size 32 in collapsed mode - Simplified menu button to always show vertical dots icon - Improved spacing and alignment in profile section for both states - Removed conditional button variants for cleaner, consistent design 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -940,7 +940,7 @@ $screen-xl: 1280px;
|
||||
|
||||
// Ensure rail mode uses correct width - increased to fit icons
|
||||
&.v-navigation-drawer--rail {
|
||||
width: 80px !important;
|
||||
width: 100px !important;
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
||||
Reference in New Issue
Block a user