piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily
Apache License 2.0
3.33k stars 315 forks source link

[Feature]: <Increse font size for media card for nowplaying dashboard> #881

Open powermarcel10 opened 1 year ago

powermarcel10 commented 1 year ago

Requirements

Is your feature request related to a problem?

Hi,

Thanks for you great work!

I am using the mushroom mediacard to show on a 7" screen what is playing in Kodi.

But the fontsize of what is playing is hard to read as it is so small.. I like to see an option to increase this. I added a screenshot to show what I mean:

https://i.postimg.cc/wT8mjzM2/Screenshot-2022-12-01-20-24-13.png

Describe the solution you'd like

An option to increse the fontsize.

Describe alternatives you've considered

No response

Additional context

No response

piitaya commented 1 year ago

Hello! It doesn't look like Mushroom.

You can customize the font-size with Mushroom using themes :

mush-card-primary-font-size: 14px
mush-card-secondary-font-size: 12px
powermarcel10 commented 1 year ago

Aaaah Im sorry! I was trying different Media cards but none of them had the ability to change the fontsize. For the rest of my cards I am using your mushroom cards.

Coding in Home assistant is a bit new for me..

But thanks for your help! In wich file do I need to insert that code?

Thing is... Im using 1 dashboard with 2 tabs. One for my main dashboard, and the second tab on another device only to show what is currently playing. I only need to increase the font size for that specific tab.

Im thinking; maybe I can use a specific theme for that tab, and increase the fontsize for only that theme? Do you think that is possible?