fix: Column width

This commit is contained in:
Christian Pauly 2021-01-16 20:52:39 +01:00
parent 31d16a0d8f
commit a35c4d083f
1 changed files with 6 additions and 5 deletions

View File

@ -639,11 +639,12 @@ class _ChatState extends State<Chat> {
0, 0,
(MediaQuery.of(context).size.width - (MediaQuery.of(context).size.width -
FluffyThemes.columnWidth * FluffyThemes.columnWidth *
(2.5 +
(AdaptivePageLayout.of(context) (AdaptivePageLayout.of(context)
.threeColumnMode(context) .currentViewData
? 0 .rightView !=
: 1))) / null
? 4.5
: 3.5)) /
2), 2),
), ),
reverse: true, reverse: true,