weather-card
weather-card copied to clipboard
Title & temperature font-size
Hello, Very good job! Please, could you tell how it is possible to manage font size for Title and Temp. It is huge for me :) I tried to do modification in code but without results. Thank you Andrey
Yeah I back this as well, not sure what's the best approach but it definitely doesn't look right on the mobile.
I've been playing with some options, but haven't found the right one yet.
Is this still been looked at?
Same problem !
Same problem here as well.
Same problem here as well.
Same as here
As a temporary fix, install card-mod and try this:
entity: weather.home
style:
.: |
ha-card div.current span.temp {
font-size: 4em;
right: 1em;
top:0.6em;
}
ha-card div.current span.title {
font-size: 2.7em;
left: 3em;
top: 1em;
}
name: London
type: 'custom:weather-card'
thanks, but being a beginner I don't know where to enter this data
Paste the style:
part right into your wheather card.
Thx, !
On Mon, Jun 1, 2020, 23:59 Shamshala [email protected] wrote:
Paste the style: part right into your wheather card.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bramkragten/weather-card/issues/49#issuecomment-637098644, or unsubscribe https://github.com/notifications/unsubscribe-auth/APSJIU7QKYTJCTHR76IA7TDRUQJDXANCNFSM4M2L7MGA .
+1
+1 changing font size in JS does not effect changes.