mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(mobile): top padding missing from drag handle in add to album bottom sheet (#1462)
This commit is contained in:
@@ -80,6 +80,7 @@ class AddToAlbumBottomSheet extends HookConsumerWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
const SizedBox(height: 12),
|
||||||
const Align(
|
const Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: CustomDraggingHandle(),
|
child: CustomDraggingHandle(),
|
||||||
|
|||||||
Reference in New Issue
Block a user