mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-17 09:29:28 +01:00
fix: Size of bottomsheet
This commit is contained in:
parent
65bff2c194
commit
7579de7323
@ -316,7 +316,7 @@ class ChatView extends StatelessWidget {
|
||||
if (controller.room.canSendDefaultMessages &&
|
||||
controller.room.membership == Membership.join)
|
||||
Container(
|
||||
padding: EdgeInsets.only(
|
||||
margin: EdgeInsets.only(
|
||||
bottom: bottomSheetPadding,
|
||||
left: bottomSheetPadding,
|
||||
right: bottomSheetPadding,
|
||||
|
Loading…
Reference in New Issue
Block a user