feat: Implement new settings pages and refactor application layout and navigation with new components and hooks.
This commit is contained in:
@@ -277,4 +277,38 @@
|
||||
.delay-500 {
|
||||
animation-delay: 500ms;
|
||||
}
|
||||
|
||||
/* Sidebar collapsed state - center icons */
|
||||
[data-state="collapsed"] [data-sidebar="header"],
|
||||
[data-state="collapsed"] [data-sidebar="footer"] {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
[data-state="collapsed"] [data-sidebar="content"] {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
[data-state="collapsed"] [data-sidebar="group"] {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
[data-state="collapsed"] [data-sidebar="menu"] {
|
||||
align-items: center !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
[data-state="collapsed"] [data-sidebar="menu-item"] {
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
[data-state="collapsed"] [data-sidebar="menu-button"] {
|
||||
justify-content: center !important;
|
||||
gap: 0 !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user