mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +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(
|
||||
0,
|
||||
(MediaQuery.of(context).size.width -
|
||||
FluffyThemes.columnWidth * 3.5) /
|
||||
FluffyThemes.columnWidth *
|
||||
(2.5 +
|
||||
(AdaptivePageLayout.of(context)
|
||||
.threeColumnMode(context)
|
||||
? 0
|
||||
: 1))) /
|
||||
2),
|
||||
),
|
||||
reverse: true,
|
||||
|
Loading…
Reference in New Issue
Block a user