style: move desktop sidebar reveal control to top
This commit is contained in:
parent
cc0580437d
commit
739ec92819
@ -397,7 +397,7 @@ class _AppShellState extends State<AppShell> {
|
||||
if (!showSidebar)
|
||||
Positioned(
|
||||
left: 8,
|
||||
bottom: 8,
|
||||
top: 8,
|
||||
child: _SidebarRevealRail(
|
||||
onExpand: () => _toggleSidebarVisibility(controller),
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user