|
|
@@ -98,7 +98,7 @@ class _VehicleListPageState extends ConsumerState<VehicleListPage> {
|
|
|
),
|
|
|
);
|
|
|
return Padding(
|
|
|
- padding: const EdgeInsets.only(bottom: 4),
|
|
|
+ padding: const EdgeInsets.only(top: 4, bottom: 4),
|
|
|
child: r.isWide ? Center(child: SizedBox(width: r.listMaxWidth, child: filterBar)) : filterBar,
|
|
|
);
|
|
|
}
|