From f209797a6a06af9612ad85323b179942000d1a43 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 19 Oct 2020 09:53:45 +0200 Subject: [PATCH] center member list in channel sheet --- lib/src/channel_bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/channel_bottom_sheet.dart b/lib/src/channel_bottom_sheet.dart index 0de24270..187fc6a9 100644 --- a/lib/src/channel_bottom_sheet.dart +++ b/lib/src/channel_bottom_sheet.dart @@ -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) {