Countdown display value inherits the large display font (was stuck at 13px via .tval)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
17492fdfb0
commit
61b5dfb6de
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue