diff --git a/mobile/lib/pages/library/library.page.dart b/mobile/lib/pages/library/library.page.dart index 3915ac3991460..80599efb9f2cc 100644 --- a/mobile/lib/pages/library/library.page.dart +++ b/mobile/lib/pages/library/library.page.dart @@ -59,7 +59,7 @@ class LibraryPage extends ConsumerWidget { icon: Icons.link_outlined, label: 'shared_links'.tr(), ), - const SizedBox(width: 8), + SizedBox(width: trashEnabled ? 8 : 0), trashEnabled ? ActionButton( onPressed: () => context.pushRoute(const TrashRoute()),