diff --git a/lib/pages/whisper/view.dart b/lib/pages/whisper/view.dart index f71646b3..89c3892c 100644 --- a/lib/pages/whisper/view.dart +++ b/lib/pages/whisper/view.dart @@ -86,7 +86,7 @@ class _WhisperPageState extends State { 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) {