mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
fix: Column width
This commit is contained in:
parent
31d16a0d8f
commit
a35c4d083f
@ -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))) /
|
||||
.currentViewData
|
||||
.rightView !=
|
||||
null
|
||||
? 4.5
|
||||
: 3.5)) /
|
||||
2),
|
||||
),
|
||||
reverse: true,
|
||||
|
Loading…
Reference in New Issue
Block a user