From cc84e7c9dc71ce4bfee395bd9e57cf45e677615d Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Sun, 7 Jun 2026 22:04:25 +0200 Subject: [PATCH] fix(site): hero selected-row contrast (latte) + mobile row truncation --- site/src/components/ExplorerHero.astro | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/site/src/components/ExplorerHero.astro b/site/src/components/ExplorerHero.astro index fb0ee55..57c82f4 100644 --- a/site/src/components/ExplorerHero.astro +++ b/site/src/components/ExplorerHero.astro @@ -30,24 +30,25 @@ const remote = [
{t("hero.local")}
{local.map((r) => ( -
- {r.name}{r.size} +
+ {r.name}{r.size}
))}
{t("hero.remote")}
{remote.map((r) => ( -
- {r.name} - {r.size} + {r.name} + {r.size}
))}
+ {/* set:html is safe: hero.status is author-controlled i18n content, never user input. Do not interpolate untrusted data here. */} $1')}> 4 files · 1.2 GB