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

Header size

Open alsoszaa opened this issue 2 years ago • 3 comments

I see you have the ability to change the header size as the default size is 3em but I've checked the code and I am not seeing where to make it smaller. --banner-card-heading-size

alsoszaa avatar Aug 17 '21 23:08 alsoszaa

do you steal need it ? what works for me is :

` card_mod:

  style: |

    ha-card .heading {

      font-size: 2em;

      font-weight: 400

    }`

EDIT I'm sorry i had to add extra lines between , not sure why otherwise it was getting wrong format

posreg avatar Feb 04 '22 00:02 posreg

Tried it, doesn’t work for me, anyone any idea?

kwithus avatar May 24 '22 11:05 kwithus

This works only in Chrome (desktop), other browser I don't see it working. On my mobile, also chrome the banner-card-heading-size is not working:

image

twister36 avatar Oct 08 '22 00:10 twister36