💄 New chat UI

This commit is contained in:
2025-09-27 22:59:16 +08:00
parent e65a414065
commit 6ed6f60fbc
5 changed files with 230 additions and 109 deletions

View File

@@ -402,7 +402,7 @@ class ChatRoomScreen extends HookConsumerWidget {
listController: listController,
padding: EdgeInsets.only(
top: 16,
bottom: 88 + MediaQuery.of(context).padding.bottom,
bottom: 80 + MediaQuery.of(context).padding.bottom,
),
controller: scrollController,
reverse: true, // Show newest messages at the bottom