chore: Follow up wallpaper thumbnail width

This commit is contained in:
Krille 2024-01-31 13:33:07 +01:00
parent cab8a72e5e
commit e96090051d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -210,7 +210,7 @@ class ChatView extends StatelessWidget {
fit: BoxFit.cover,
isThumbnail: true,
width: FluffyThemes.columnWidth * 2,
height: MediaQuery.of(context).size.height,
height: FluffyThemes.columnWidth * 4,
placeholder: (_) => Container(),
),
),