fix: Column width
This commit is contained in:
parent
44fe9fb08f
commit
bc7a598c09
1 changed files with 6 additions and 5 deletions
|
|
@ -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)
|
.currentViewData
|
||||||
.threeColumnMode(context)
|
.rightView !=
|
||||||
? 0
|
null
|
||||||
: 1))) /
|
? 4.5
|
||||||
|
: 3.5)) /
|
||||||
2),
|
2),
|
||||||
),
|
),
|
||||||
reverse: true,
|
reverse: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue