From 792da49cac5fddffa3cf3b10a523e2e5cfd311d9 Mon Sep 17 00:00:00 2001 From: Vincent van der Wal Date: Sat, 1 Aug 2026 13:05:27 +0200 Subject: [PATCH] small adjustments buttons --- .../week/[location]/DailyStripSticky.svelte | 36 +++++++++++++------ 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/src/routes/weather/week/[location]/DailyStripSticky.svelte b/src/routes/weather/week/[location]/DailyStripSticky.svelte index c2c335c..704f5d8 100644 --- a/src/routes/weather/week/[location]/DailyStripSticky.svelte +++ b/src/routes/weather/week/[location]/DailyStripSticky.svelte @@ -205,13 +205,18 @@ {@const maxStyle = getTempStyle(tempMax, String(units.temperature_unit))} {@const lowPrecip = !precipIsSignificant(precipSum, String(units.precipitation_unit))} {@const lowWind = !windIsSignificant(windMax, gustMax, String(units.wind_speed_unit))} + {@const relLabel = getRelativeDayLabel(time, daily.timezone)} + {@const isToday = relLabel === 'Today'} {#if tempMax != null && !isNaN(tempMax) && !(tempMax === 0 && tempMin === 0)}