mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(mobile): thumbnail not filled area on tablet (#13808)
This commit is contained in:
parent
f776e049e9
commit
a39a1cfffa
1 changed files with 1 additions and 3 deletions
|
|
@ -131,9 +131,7 @@ class ThumbnailImage extends ConsumerWidget {
|
|||
}
|
||||
|
||||
Widget buildImage() {
|
||||
final image = SizedBox(
|
||||
width: 300,
|
||||
height: 300,
|
||||
final image = SizedBox.expand(
|
||||
child: Hero(
|
||||
tag: isFromDto
|
||||
? '${asset.remoteId}-$heroOffset'
|
||||
|
|
|
|||
Loading…
Reference in a new issue