have to study what you’re saying here… must admit it mostly is a matter of trial and error for me, editing these stylesheets. fwiw, this is what I have now (did change some of the colors too, find the primary text a bit harsh) and didn’t touch the variations yet, because I would love both sides to slide down a bit, and couldn’t find the same style for left and right in the existing css:
.ha-icon {
height: 18px;
margin-right: 5px;
color: var(--paper-item-icon-color);
}
.temp {
font-weight: 300;
font-size: 4em;
color: var(--secondary-text-color);
position: absolute;
right: 1em;
margin-top: 12px
}
.tempc {
font-weight: 300;
font-size: 1.5em;
vertical-align: super;
color: var(--scondary-text-color);
position: absolute;
right: 1em;
margin-top: 0px;
margin-right: 7px;
}
.apparent {
color: var(--secondary-text-color);
position: absolute;
right: 1em;
margin-top: 50px;
margin-right: 1em;
}
.currentText {
font-size: 1.5em;
color: var(--secondary-text-color);
position: absolute;
left: 1.3em;
margin-top: 50px;
}