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;