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

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