|
|
@ -272,7 +272,11 @@ class ChatView extends StatelessWidget {
|
|
|
|
if (controller.room.canSendDefaultMessages &&
|
|
|
|
if (controller.room.canSendDefaultMessages &&
|
|
|
|
controller.room.membership == Membership.join)
|
|
|
|
controller.room.membership == Membership.join)
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
margin: EdgeInsets.all(bottomSheetPadding),
|
|
|
|
margin: EdgeInsets.only(
|
|
|
|
|
|
|
|
bottom: bottomSheetPadding,
|
|
|
|
|
|
|
|
left: bottomSheetPadding,
|
|
|
|
|
|
|
|
right: bottomSheetPadding,
|
|
|
|
|
|
|
|
),
|
|
|
|
constraints: const BoxConstraints(
|
|
|
|
constraints: const BoxConstraints(
|
|
|
|
maxWidth: FluffyThemes.columnWidth * 2.5,
|
|
|
|
maxWidth: FluffyThemes.columnWidth * 2.5,
|
|
|
|
),
|
|
|
|
),
|
|
|
|