chore: Follow up wallpaper size

This commit is contained in:
Krille 2024-02-01 07:14:17 +01:00
parent 1a2a25d394
commit bfcfcc9a83
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -209,7 +209,7 @@ class ChatView extends StatelessWidget {
uri: accountConfig.wallpaperUrl,
fit: BoxFit.cover,
isThumbnail: true,
width: FluffyThemes.columnWidth * 2,
width: FluffyThemes.columnWidth * 4,
height: FluffyThemes.columnWidth * 4,
placeholder: (_) => Container(),
),