style: move desktop sidebar reveal control to top

This commit is contained in:
Haitao Pan 2026-03-30 13:51:14 +08:00
parent cc0580437d
commit 739ec92819

View File

@ -397,7 +397,7 @@ class _AppShellState extends State<AppShell> {
if (!showSidebar)
Positioned(
left: 8,
bottom: 8,
top: 8,
child: _SidebarRevealRail(
onExpand: () => _toggleSidebarVisibility(controller),
),