From 7693de28a13a5fd56ef3fdb25930ba23f278edca Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 11 Mar 2026 17:38:06 +0800 Subject: [PATCH] Reduce minimum sidebar width --- lib/app/app_shell.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/app_shell.dart b/lib/app/app_shell.dart index 8aa9b9dc..d0379f39 100644 --- a/lib/app/app_shell.dart +++ b/lib/app/app_shell.dart @@ -24,7 +24,7 @@ class AppShell extends StatefulWidget { } class _AppShellState extends State { - static const _sidebarMinWidth = 180.0; + static const _sidebarMinWidth = 90.0; static const _sidebarMaxWidth = 320.0; double? _sidebarExpandedWidth;