💄 Optimize floating action button

This commit is contained in:
2026-01-02 14:44:36 +08:00
parent 800815c721
commit 3605b997b1
8 changed files with 13 additions and 340 deletions

View File

@@ -519,11 +519,7 @@ class ChatListScreen extends HookConsumerWidget {
),
);
},
).padding(
bottom:
(isWideScreen(context) ? 0 : 56) +
MediaQuery.of(context).padding.bottom,
)
).padding(bottom: MediaQuery.of(context).padding.bottom)
: null,
appBar: AppBar(
flexibleSpace: Container(