mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
fix: chat padding
This commit is contained in:
parent
cbf38aed09
commit
079c35e37b
@ -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…
Reference in New Issue
Block a user