mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +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,
|
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…
x
Reference in New Issue
Block a user