Open ZenyoMaarten opened 1 year 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;
}
is there a way to remove the white borders?