mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 18:41:08 +10:00
feat: resizable sidebar (#452)
* feat: resizable sidebar * only expand space sidebar
This commit is contained in:
@ -19,3 +19,5 @@ export const asideStateAtom = atom<AsideStateType>({
|
||||
tab: "",
|
||||
isAsideOpen: false,
|
||||
});
|
||||
|
||||
export const sidebarWidthAtom = atomWithWebStorage<number>('sidebarWidth', 300);
|
||||
|
||||
Reference in New Issue
Block a user