weather-card icon indicating copy to clipboard operation
weather-card copied to clipboard

Title & temperature font-size

Open anglrus opened this issue 4 years ago • 12 comments

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

anglrus avatar May 06 '20 11:05 anglrus

Yeah I back this as well, not sure what's the best approach but it definitely doesn't look right on the mobile. image

jjmonteiro avatar May 13 '20 13:05 jjmonteiro

I've been playing with some options, but haven't found the right one yet.

bramkragten avatar May 13 '20 16:05 bramkragten

Is this still been looked at?

HarrisonPace avatar May 26 '20 13:05 HarrisonPace

Same problem !

dz0n3s avatar May 26 '20 15:05 dz0n3s

Same problem here as well.

DanskerUS avatar May 27 '20 23:05 DanskerUS

Same problem here as well.

Malvu avatar May 29 '20 12:05 Malvu

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'

Shamshala avatar May 30 '20 22:05 Shamshala

thanks, but being a beginner I don't know where to enter this data

Malvu avatar Jun 01 '20 19:06 Malvu

Paste the style: part right into your wheather card.

Shamshala avatar Jun 01 '20 20:06 Shamshala

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 .

dz0n3s avatar Jun 01 '20 23:06 dz0n3s

+1

Ndrinta avatar Jun 02 '20 09:06 Ndrinta

+1 changing font size in JS does not effect changes.

moccajava avatar Jun 02 '20 19:06 moccajava