set sidebar width to infinity

This commit is contained in:
Henry Hiles 2026-06-06 13:04:44 -04:00
commit 0a9b71230b
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -206,7 +206,7 @@ class Sidebar extends HookConsumerWidget {
],
),
child: NavigationRailM3E(
expandedWidth: 360,
expandedWidth: double.infinity,
scrollable: true,
background: Colors.transparent,
type: .alwaysExpand,