Reduce minimum sidebar width

This commit is contained in:
Haitao Pan 2026-03-11 17:38:06 +08:00
parent 938733fcb8
commit 2af0330c55

View File

@ -24,7 +24,7 @@ class AppShell extends StatefulWidget {
}
class _AppShellState extends State<AppShell> {
static const _sidebarMinWidth = 180.0;
static const _sidebarMinWidth = 90.0;
static const _sidebarMaxWidth = 320.0;
double? _sidebarExpandedWidth;