mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(mobile): trash description cut off (#22662)
This commit is contained in:
parent
24234bedf1
commit
a80b9be07c
1 changed files with 1 additions and 4 deletions
|
|
@ -44,10 +44,7 @@ class DriftTrashPage extends StatelessWidget {
|
||||||
return SliverPadding(
|
return SliverPadding(
|
||||||
padding: const EdgeInsets.all(16.0),
|
padding: const EdgeInsets.all(16.0),
|
||||||
sliver: SliverToBoxAdapter(
|
sliver: SliverToBoxAdapter(
|
||||||
child: SizedBox(
|
child: const Text("trash_page_info").t(context: context, args: {"days": "$trashDays"}),
|
||||||
height: 24.0,
|
|
||||||
child: const Text("trash_page_info").t(context: context, args: {"days": "$trashDays"}),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue