fix: Size of bottomsheet

This commit is contained in:
Krille Fear 2021-11-19 14:51:40 +01:00
parent 65bff2c194
commit 7579de7323

View File

@ -316,7 +316,7 @@ class ChatView extends StatelessWidget {
if (controller.room.canSendDefaultMessages && if (controller.room.canSendDefaultMessages &&
controller.room.membership == Membership.join) controller.room.membership == Membership.join)
Container( Container(
padding: EdgeInsets.only( margin: EdgeInsets.only(
bottom: bottomSheetPadding, bottom: bottomSheetPadding,
left: bottomSheetPadding, left: bottomSheetPadding,
right: bottomSheetPadding, right: bottomSheetPadding,