From 0a9b71230b2a4337921bc29e30eecff66623d03f Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 6 Jun 2026 13:04:44 -0400 Subject: [PATCH] set sidebar width to infinity --- lib/widgets/sidebar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/sidebar.dart b/lib/widgets/sidebar.dart index 94e4cb8..8a6ed23 100644 --- a/lib/widgets/sidebar.dart +++ b/lib/widgets/sidebar.dart @@ -206,7 +206,7 @@ class Sidebar extends HookConsumerWidget { ], ), child: NavigationRailM3E( - expandedWidth: 360, + expandedWidth: double.infinity, scrollable: true, background: Colors.transparent, type: .alwaysExpand,