From 4ca5e0859f1a45ae8dd91bdcbeaf2c31f5431199 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Mon, 2 Mar 2026 18:06:52 +0000 Subject: [PATCH] Enhance sidebar widgets for improved visual appeal and information density Adjusts the layout and styling of the weather and recent articles widgets in the sidebar, increasing their minimum height and padding for better readability and visual presence. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5231fa06-1014-438e-b4da-d4785d397fd3 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/nFw7xof Replit-Helium-Checkpoint-Created: true --- client/src/components/weather-widget.tsx | 2 +- client/src/pages/home.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/components/weather-widget.tsx b/client/src/components/weather-widget.tsx index 3a2b612..c66bfd9 100644 --- a/client/src/components/weather-widget.tsx +++ b/client/src/components/weather-widget.tsx @@ -209,7 +209,7 @@ export function SidebarWeatherWidget() { if (!weather) return null; return ( -