fix: chat padding
This commit is contained in:
parent
c83369ee07
commit
930f35c03a
1 changed files with 6 additions and 1 deletions
|
|
@ -638,7 +638,12 @@ class _ChatState extends State<Chat> {
|
||||||
horizontal: max(
|
horizontal: max(
|
||||||
0,
|
0,
|
||||||
(MediaQuery.of(context).size.width -
|
(MediaQuery.of(context).size.width -
|
||||||
FluffyThemes.columnWidth * 3.5) /
|
FluffyThemes.columnWidth *
|
||||||
|
(2.5 +
|
||||||
|
(AdaptivePageLayout.of(context)
|
||||||
|
.threeColumnMode(context)
|
||||||
|
? 0
|
||||||
|
: 1))) /
|
||||||
2),
|
2),
|
||||||
),
|
),
|
||||||
reverse: true,
|
reverse: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue