opt: msg feed top item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-18 23:13:17 +08:00
parent 3c07b7347b
commit 75cbd20f54

View File

@@ -86,7 +86,7 @@ class _WhisperPageState extends State<WhisperPage> {
Widget get _buildTopItems => SliverToBoxAdapter(
child: Padding(
padding: const EdgeInsets.only(left: 20, right: 20, bottom: 10),
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 20),
child: Row(
children: List.generate(_whisperController.msgFeedTopItems.length,
(index) {