diff --git a/lib/views/chat.dart b/lib/views/chat.dart index b057feeb..7d1bb122 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -638,7 +638,12 @@ class _ChatState extends State { horizontal: max( 0, (MediaQuery.of(context).size.width - - FluffyThemes.columnWidth * 3.5) / + FluffyThemes.columnWidth * + (2.5 + + (AdaptivePageLayout.of(context) + .threeColumnMode(context) + ? 0 + : 1))) / 2), ), reverse: true,