From e96090051dd3c7d5a3300df16e9a62e27be7bcc7 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 31 Jan 2024 13:33:07 +0100 Subject: [PATCH] chore: Follow up wallpaper thumbnail width --- lib/pages/chat/chat_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index 65dfb475..eb9bdda5 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -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(), ), ),