Skip to content

Commit f209797

Browse files
committed
center member list in channel sheet
1 parent b656c0b commit f209797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/channel_bottom_sheet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class ChannelBottomSheet extends StatelessWidget {
154154
height: 83,
155155
child: ListView(
156156
padding: EdgeInsets.only(
157-
left: (MediaQuery.of(context).size.width / 2) - 80,
157+
left: (MediaQuery.of(context).size.width / 2) - 48,
158158
),
159159
scrollDirection: Axis.horizontal,
160160
children: snapshot.data.map((m) {

0 commit comments

Comments
 (0)