We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656c0b commit f209797Copy full SHA for f209797
lib/src/channel_bottom_sheet.dart
@@ -154,7 +154,7 @@ class ChannelBottomSheet extends StatelessWidget {
154
height: 83,
155
child: ListView(
156
padding: EdgeInsets.only(
157
- left: (MediaQuery.of(context).size.width / 2) - 80,
+ left: (MediaQuery.of(context).size.width / 2) - 48,
158
),
159
scrollDirection: Axis.horizontal,
160
children: snapshot.data.map((m) {
0 commit comments