mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
A bunch of tweaks
This commit is contained in:
@@ -5,6 +5,6 @@ export function useSidebarWidth() {
|
||||
return useKeyValue<number>({
|
||||
namespace: NAMESPACE_NO_SYNC,
|
||||
key: 'sidebar_width',
|
||||
defaultValue: 200,
|
||||
defaultValue: 220,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user