mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 14:49:27 +03:00
fix(mobile): add safe area for asset details (#26675)
This commit is contained in:
@@ -27,6 +27,8 @@ class AssetDetails extends ConsumerWidget {
|
||||
color: context.colorScheme.surface,
|
||||
borderRadius: const BorderRadius.vertical(top: Radius.circular(20)),
|
||||
),
|
||||
child: SafeArea(
|
||||
top: false,
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
@@ -40,6 +42,7 @@ class AssetDetails extends ConsumerWidget {
|
||||
SizedBox(height: context.padding.bottom + 48),
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user