Fix the Why It Feels calcs
This commit is contained in:
fraxle
2026-06-13 15:20:45 +01:00
parent 0532ed58a2
commit d109316aa1
4 changed files with 40 additions and 15 deletions
+1
View File
@@ -242,6 +242,7 @@
gap: 4px;
width: 100%;
max-width: 270px; /* matches .scope-ring desktop size */
padding-bottom: 32px; /* compensates for the extra Air temp row in the Why It Feels panel */
}
/* Unified pill: icon on left, bar fills the right */
+10
View File
@@ -1607,6 +1607,16 @@
color: #3a78a8; /* cool blue - cooling contribution */
}
.delta-base {
color: #4a3420; /* neutral — absolute air temperature, not a delta */
}
.insight-row--base {
opacity: 0.75;
border-bottom: 1px dashed rgba(74,52,32,0.2);
margin-bottom: 2px;
}
/* Values for "Today at a glance" */
.insight-value {
font-family: JetBrains Mono, monospace;