chore: Make max timeline width smaller
This commit is contained in:
parent
e55adbd65c
commit
7673795077
5 changed files with 6 additions and 4 deletions
|
|
@ -306,7 +306,7 @@ class ChatView extends StatelessWidget {
|
|||
Container(
|
||||
margin: EdgeInsets.all(bottomSheetPadding),
|
||||
constraints: const BoxConstraints(
|
||||
maxWidth: FluffyThemes.columnWidth * 2.5,
|
||||
maxWidth: FluffyThemes.maxTimelineWidth,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
child: Material(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue