Hey. I have inconsistent renderings of the same cards between refreshes
I am using FKB to view a dashboard on my tablet.
In the dashboard I have used card-mod to resize the text to 30px. When I view the dashboard on my laptop, using chrome, the text is consistently 30px between refreshes. However, when I refresh the dashboard on my tablet (FKB), the text sometimes renders at 30px and sometimes at the original size. There doesn’t seem to be any pattern for why it renders at one or the other. Any ideas of what is going would be gratefully received.
type: entities
entities:
- entity: sensor.first_light
- entity: sensor.next_sunrise
- entity: sensor.next_sunset
- entity: sensor.last_light
card_mod:
style: |
ha-card {
font-size: 30px;
}