Widen sidebar session titles

This commit is contained in:
wuyang6
2026-06-12 19:27:43 +08:00
parent 780f3447b1
commit 9237d6782a
2 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import { cn } from "@/lib/utils";
const SIDEBAR_COOKIE_NAME = "sidebar_state";
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
const SIDEBAR_WIDTH = "16rem";
const SIDEBAR_WIDTH = "17.5rem";
const SIDEBAR_WIDTH_MOBILE = "18rem";
const SIDEBAR_WIDTH_ICON = "3rem";
const SIDEBAR_KEYBOARD_SHORTCUT = "b";