3.0.2
Fix the Why It Feels calcs
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user