design: Better paddings in tablet mode

This commit is contained in:
krille-chan 2024-01-07 10:43:51 +01:00
commit 7332e533d0
No known key found for this signature in database
4 changed files with 28 additions and 16 deletions

View file

@ -53,6 +53,7 @@ class ChatMembersView extends StatelessWidget {
),
body: MaxWidthBody(
withScrolling: false,
innerPadding: const EdgeInsets.symmetric(vertical: 8),
child: error != null
? Center(
child: Padding(