From cd53440eff030c3e4be0ee6cef1aaf26475f3116 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 12 Sep 2022 11:00:15 +0300 Subject: [PATCH] fix search and weather widget spacing --- src/components/widgets/openweathermap/weather.jsx | 8 ++++---- src/components/widgets/search/search.jsx | 2 +- src/components/widgets/weather/weather.jsx | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/widgets/openweathermap/weather.jsx b/src/components/widgets/openweathermap/weather.jsx index b01eb3c4..4173871d 100644 --- a/src/components/widgets/openweathermap/weather.jsx +++ b/src/components/widgets/openweathermap/weather.jsx @@ -16,7 +16,7 @@ function Widget({ options }) { if (error || data?.cod === 401 || data?.error) { return ( -
+
@@ -32,7 +32,7 @@ function Widget({ options }) { if (!data) { return ( -
+
@@ -49,7 +49,7 @@ function Widget({ options }) { const unit = options.units === "metric" ? "celsius" : "fahrenheit"; return ( -
+
requestLocation()} className="flex flex-col justify-center"> +