Closed this issue 3 years ago · 2 comments
Is there the ability to disable the trailing separator bar below the progress bar for the last item playing in the list? This looks a bit odd to me.
Hi, yes, if you add the following css to your custom.css file, it should do the trick.
.MMM-PlexNowPlaying .spacerRow:last-child { display: none; }
Thanks, simple enough 👍