fix: chat padding

This commit is contained in:
Christian Pauly 2021-01-16 17:32:56 +01:00
parent cbf38aed09
commit 079c35e37b
1 changed files with 6 additions and 1 deletions

View File

@ -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,