feat: enhance rain animation visibility

This commit is contained in:
zv
2026-06-01 19:31:13 +02:00
parent 4dcc13dcbf
commit 9b724e22c7
2 changed files with 11 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ export function WeatherHero({ station, locationName, distanceKm }: { station: Sy
<WeatherEffects station={station} mood={mood} />
<div className="absolute -right-20 -top-20 size-72 rounded-full bg-white/15 blur-3xl" />
<div className="absolute -bottom-24 -left-16 size-72 rounded-full bg-cyan-200/15 blur-3xl" />
<div className="relative">
<div className="relative z-10">
<div className="flex flex-wrap items-center gap-3">
<span className="flex items-center gap-1.5 text-sm font-medium text-white/85"><MapPin className="size-4" />{locationName ?? station.name}</span>
{locationName && <span className="text-xs text-white/65">{t("location.heroSource", { station: station.name, distance: distanceKm ?? 0 })}</span>}