glitch452/MMM-PlexNowPlaying

disable trailing separator bar

Closed this issue · 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.

Bildschirmfoto 2022-01-03 um 12 14 30

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 👍