mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(mobile): top padding missing from drag handle in add to album bottom sheet (#1462)
This commit is contained in:
parent
a287be1f0c
commit
6b5d6e4091
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ class AddToAlbumBottomSheet extends HookConsumerWidget {
|
|||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const SizedBox(height: 12),
|
||||
const Align(
|
||||
alignment: Alignment.center,
|
||||
child: CustomDraggingHandle(),
|
||||
|
|
Loading…
Reference in a new issue