mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
chore: Increase max size of message bubbles
This commit is contained in:
parent
48d6fbd4c8
commit
8477385853
@ -88,7 +88,8 @@ class Message extends StatelessWidget {
|
||||
color: color,
|
||||
borderRadius: BorderRadius.circular(radius),
|
||||
),
|
||||
constraints: BoxConstraints(maxWidth: FluffyThemes.columnWidth),
|
||||
constraints:
|
||||
BoxConstraints(maxWidth: FluffyThemes.columnWidth * 1.5),
|
||||
child: Stack(
|
||||
children: <Widget>[
|
||||
Column(
|
||||
|
Loading…
Reference in New Issue
Block a user