mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
fix: made inbox respect resizable sidebar width
This commit is contained in:
parent
64e118befd
commit
ed5f0d10e8
4 changed files with 21 additions and 10 deletions
|
|
@ -6,6 +6,7 @@ interface SidebarContextValue {
|
|||
isCollapsed: boolean;
|
||||
setIsCollapsed: (collapsed: boolean) => void;
|
||||
toggleCollapsed: () => void;
|
||||
sidebarWidth: number;
|
||||
}
|
||||
|
||||
const SidebarContext = createContext<SidebarContextValue | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue