diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 689a21df..d984e618 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -639,11 +639,12 @@ class _ChatState extends State { 0, (MediaQuery.of(context).size.width - FluffyThemes.columnWidth * - (2.5 + - (AdaptivePageLayout.of(context) - .threeColumnMode(context) - ? 0 - : 1))) / + (AdaptivePageLayout.of(context) + .currentViewData + .rightView != + null + ? 4.5 + : 3.5)) / 2), ), reverse: true,