Put Live badge inline with date on public display header.
Deploy Ladill Queue / deploy (push) Successful in 30s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 23:09:16 +00:00
co-authored by Cursor
parent f5f1d0b9fb
commit ad615325b6
+8 -8
View File
@@ -58,14 +58,14 @@
class="h-8 w-auto max-w-[min(100%,240px)] object-contain object-left lg:h-10"
>
</div>
<div class="flex shrink-0 items-center gap-4 text-right">
<div class="inline-flex items-center gap-2 rounded-full border border-emerald-200 bg-emerald-50 px-2.5 py-1 text-xs font-semibold text-emerald-700">
<span class="qms-display__live-dot h-1.5 w-1.5 rounded-full bg-emerald-500"></span>
Live
</div>
<div>
<p class="font-mono text-2xl font-semibold tabular-nums tracking-tight text-slate-900 lg:text-3xl" x-text="clock">--:--</p>
<p class="hidden text-xs text-slate-500 sm:block" x-text="dateLabel"></p>
<div class="shrink-0 text-right">
<p class="font-mono text-2xl font-semibold tabular-nums tracking-tight text-slate-900 lg:text-3xl" x-text="clock">--:--</p>
<div class="mt-0.5 flex items-center justify-end gap-2">
<p class="text-xs text-slate-500" x-text="dateLabel"></p>
<div class="inline-flex items-center gap-1.5 rounded-full border border-emerald-200 bg-emerald-50 px-2 py-0.5 text-[10px] font-semibold text-emerald-700">
<span class="qms-display__live-dot h-1.5 w-1.5 rounded-full bg-emerald-500"></span>
Live
</div>
</div>
</div>
</div>