feat(core): adjust left-sidebar min-width to 248px (#7575)

close AF-1094
This commit is contained in:
CatsJuice
2024-07-24 02:43:25 +00:00
parent 091f5eec01
commit b1380ce81f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ export const appSidebarFloatingAtom = atom(isMobile);
export const appSidebarResizingAtom = atom(false);
export const appSidebarWidthAtom = atomWithStorage(
'app-sidebar-width',
256 /* px */
248 /* px */
);

View File

@@ -36,7 +36,7 @@ export type History = {
};
const MAX_WIDTH = 480;
const MIN_WIDTH = 256;
const MIN_WIDTH = 248;
export function AppSidebar({
children,