fix: Column width

This commit is contained in:
Christian Pauly 2021-01-16 20:52:39 +01:00
parent 44fe9fb08f
commit bc7a598c09

View file

@ -639,11 +639,12 @@ class _ChatState extends State<Chat> {
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,