diff --git a/apps/weblibre/lib/features/web_search/presentation/widgets/web_search_results_section.dart b/apps/weblibre/lib/features/web_search/presentation/widgets/web_search_results_section.dart index 025cedf8..f239c2bc 100644 --- a/apps/weblibre/lib/features/web_search/presentation/widgets/web_search_results_section.dart +++ b/apps/weblibre/lib/features/web_search/presentation/widgets/web_search_results_section.dart @@ -133,7 +133,7 @@ class WebSearchResultsSection extends HookConsumerWidget { if (state.results.isNotEmpty || state.infos.isNotEmpty) { return SliverPadding( - padding: const EdgeInsets.fromLTRB(16, 0, 16, 16), + padding: const EdgeInsets.fromLTRB(8, 0, 8, 16), sliver: SliverMainAxisGroup( slivers: [ if (state.infos.length == 1)