mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 11:09:25 +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 &&
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user