-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Spaces in Album Panel. #923
Comments
Thanks for the report. There seems to now be awfully much margin between the track names. Probably NC has changed some shared style definition and we now need to override it to get back to the intended layout. |
Thanks for the quick response. I would have to agree - those Nextcloud guys, not the music app - but the fix may have to be in the music app to override Nextclouds changes. |
The problems were most notable on the albums view using the "normal layout" where the height of tracks shown by default exceeded the height of the album art. This caused the total height of the album elements to vary according the number of tracks on the album, and this in turn caused unexpected empty "album slots" in the album flow. The root cause of the problem was the new min-height set by NC on all button elements. This indirectly increased the line height on the track list and hence, the total height of the track list. Another problem caused by the same root cause was that the confirm and cancel buttons, shown e.g. when creating new playlist, were not round but oval. refs #923
This is now fixed in Music v1.5.0. |
Nextcloud version 22.2.1 or 22.2.2 update caused albums to be displayed with big spaces between some of them, particularly ones that have six songs in them push the lower albums out of the way and leave blank space in the albums panel. Also, the lack of tracks on an album seems to do the same thing. This occurred with an update to Nextcloud.
.
The text was updated successfully, but these errors were encountered: