gcorgnet / sensor.emby_upcoming_media

Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.
MIT License
20 stars 17 forks source link

White borders #28

Open ZenyoMaarten opened 1 year ago

ZenyoMaarten commented 1 year ago

EFA05CC3-224D-4400-901C-BF3ABC8DB843

is there a way to remove the white borders?

xlyralycanx commented 5 months ago

Hi,

That is part of the Upcoming Media Card, so nothing can be done from here. However, if you use card_mod, you can remove the borders by adding the following to your card yaml:

type: custom:upcoming-media-card
... # Add the following
card_mod:
  style: |
    .emby_container_poster {
      outline: none !important;
    }