chore: Make max timeline width smaller
This commit is contained in:
parent
e55adbd65c
commit
7673795077
5 changed files with 6 additions and 4 deletions
|
|
@ -205,7 +205,7 @@ class Message extends StatelessWidget {
|
|||
onSwipe: (_) => onSwipe(),
|
||||
child: Container(
|
||||
constraints: const BoxConstraints(
|
||||
maxWidth: FluffyThemes.columnWidth * 2.5,
|
||||
maxWidth: FluffyThemes.maxTimelineWidth,
|
||||
),
|
||||
padding: EdgeInsets.only(
|
||||
left: 8.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue