center member list in channel sheet

This commit is contained in:
Salvatore Giordano
2020-10-19 09:53:45 +02:00
parent b656c0b3a2
commit f209797a6a
+1 -1
View File
@@ -154,7 +154,7 @@ class ChannelBottomSheet extends StatelessWidget {
height: 83,
child: ListView(
padding: EdgeInsets.only(
left: (MediaQuery.of(context).size.width / 2) - 80,
left: (MediaQuery.of(context).size.width / 2) - 48,
),
scrollDirection: Axis.horizontal,
children: snapshot.data.map((m) {