10-28-2022, 07:38 PM
(10-26-2022, 07:48 PM)Nutul Wrote: @doobster
I suggest you clean your library and use consistent tagging; one for all, an unknown artist / album needs not to be specifically named so... it will suffice to leave it empty, moOde will figure it out itself, and will not break your UI user experience.
Also, try to avoid angle-brackets and quotes anywhere in the metadata, as it's unpredictable how they will (they could, hence they would, hence they will, Murphy docet) corrupt the UI.
Cheers, Al.
Nutul,
That may be a tall order for some libraries and it may not resolve the issue in all instances. I found two possible solutions to fix the issue. One is to add a non-breaking space to the end of the Artist. That way the browser renders it as "something" and will properly break the next li tag. The other, better, solution is to add "min-height: 2.4em;" to "playqueue-entry" class, since the icon's and artwork's size is set to 2.4em. That'll ensure that the next list item doesn't start indented if the text portion of the previous entry didn't take 2.4em in height.
Doobster.