chore: Increase max size of message bubbles
This commit is contained in:
parent
d507fbdda2
commit
71ec663c67
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ class Message extends StatelessWidget {
|
||||||
color: color,
|
color: color,
|
||||||
borderRadius: BorderRadius.circular(radius),
|
borderRadius: BorderRadius.circular(radius),
|
||||||
),
|
),
|
||||||
constraints: BoxConstraints(maxWidth: FluffyThemes.columnWidth),
|
constraints:
|
||||||
|
BoxConstraints(maxWidth: FluffyThemes.columnWidth * 1.5),
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Column(
|
Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue