fix: add padding to bottom of main chat list to make all items visible

This commit is contained in:
ggurdin 2026-01-27 10:32:29 -05:00
parent 88cd85e95a
commit 66cd314477
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -398,6 +398,7 @@ class ChatListViewBody extends StatelessWidget {
),
),
),
const SliverToBoxAdapter(child: SizedBox(height: 75.0)),
// Pangea#
],
),