design: Better paddings in tablet mode
This commit is contained in:
parent
4994db663f
commit
7332e533d0
4 changed files with 28 additions and 16 deletions
|
|
@ -53,6 +53,7 @@ class ChatMembersView extends StatelessWidget {
|
|||
),
|
||||
body: MaxWidthBody(
|
||||
withScrolling: false,
|
||||
innerPadding: const EdgeInsets.symmetric(vertical: 8),
|
||||
child: error != null
|
||||
? Center(
|
||||
child: Padding(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue