chore: Make max timeline width smaller

This commit is contained in:
Christian Kußowski 2025-06-17 10:32:56 +02:00
commit 7673795077
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 6 additions and 4 deletions

View file

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