mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-26 03:39:27 -06:00
update sidebar stack classname to include sidebarReady
This commit is contained in:
@@ -211,7 +211,7 @@ function Sidebar() {
|
||||
<Stack
|
||||
component="aside"
|
||||
ref={sidebarRef}
|
||||
className={collapsed ? "collapsed" : "expanded"}
|
||||
className={`${collapsed ? "collapsed" : "expanded"} ${sidebarReady ? "sidebar-ready" : ""}`}
|
||||
/* TODO general padding should be here */
|
||||
py={theme.spacing(6)}
|
||||
gap={theme.spacing(6)}
|
||||
|
||||
Reference in New Issue
Block a user