j-a-n / lovelace-wallpanel

🖼️ Wall panel mode and photo screensaver for your Home Assistant Dashboards
GNU General Public License v3.0
437 stars 39 forks source link

[FEATURE REQUEST] Add ability to center and scale infobox #270

Closed DragonHunter274 closed 18 hours ago

DragonHunter274 commented 3 weeks ago

I use this on a very small screen where the infobox uses up the entire size of the screen. It would be great if it was possible to center it. It would also be great if it was possible to scale the infobox contents to be able to fit more cards onto the screen

EDIT: tried margin: auto as described in a different issue but couldn't get it to work

j-a-n commented 3 weeks ago

You can use CSS to achieve this. For example:

  style:
    wallpanel-screensaver-info-box:
      margin: auto
      transform: scale(2.5)