diff --git a/lib/pages/workspace_page.dart b/lib/pages/workspace_page.dart index f4221f9..2275b16 100644 --- a/lib/pages/workspace_page.dart +++ b/lib/pages/workspace_page.dart @@ -824,12 +824,7 @@ class _CloudToolbar extends ConsumerWidget { final notifier = ref.read(fileProvider.notifier); return Row( children: [ - Expanded( - child: BreadcrumbBar( - path: state.folderPath, - onNavigate: notifier.navigateToPathIndex, - ), - ), + const Spacer(), SortMenu( currentSort: state.serverSort, currentDirection: state.serverSortDirection,