From 61b5dfb6de6a9089939bea6fdd7cebc9744057d8 Mon Sep 17 00:00:00 2001 From: Me Here Date: Mon, 25 May 2026 07:49:51 -0500 Subject: [PATCH] Countdown display value inherits the large display font (was stuck at 13px via .tval) Co-Authored-By: Claude Opus 4.7 (1M context) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index af9c366..8a254bc 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@ #routineTray { flex:0 0 340px; align-self:flex-start; position:sticky; top:18px; max-height:calc(100vh - 36px); overflow:auto; background:linear-gradient(180deg, var(--panel), var(--bg)); border:1px solid var(--edge); border-radius:14px; padding:16px; box-shadow:0 10px 30px rgba(0,0,0,.25); } - .tval { font-family:"Courier New",monospace; font-size:13px; color:var(--hot); min-width:42px; } + .tval { font-family:"Courier New",monospace; font-size:inherit; color:var(--hot); min-width:64px; } .tval.low { color:#ffb454; } .tval.over { color:#ff7b6b; } @media (max-width: 820px) {