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) {