chore: Follow up padding

This commit is contained in:
Krille 2024-03-28 11:45:05 +01:00
commit 654a423e41
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -44,7 +44,7 @@ class ChatEventList extends StatelessWidget {
child: ListView.custom( child: ListView.custom(
padding: EdgeInsets.only( padding: EdgeInsets.only(
top: 16, top: 16,
bottom: 12, bottom: 8,
left: horizontalPadding, left: horizontalPadding,
right: horizontalPadding, right: horizontalPadding,
), ),