mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
fix(mobile): thumbnail not filled area on tablet (#13808)
This commit is contained in:
parent
f776e049e9
commit
a39a1cfffa
@ -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 New Issue
Block a user