Skip to content
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

Make Album music page more usable #53

Open
Akasiek opened this issue Oct 24, 2022 · 0 comments
Open

Make Album music page more usable #53

Akasiek opened this issue Oct 24, 2022 · 0 comments

Comments

@Akasiek
Copy link

Akasiek commented Oct 24, 2022

For now, album page is really empty. For example: you don't have album title or an artwork. Only artist and its logo are shown

image

Plus, songs are displayed correctly.

This is how album with 2 discs is displayed
image

And this is how album with only one disc is displayed

image

Looks awkward

I have made few fixes to change those track lists but don't know how to fix the hero problem.

.childrenItemsContainer *:not([class]) {
    display: grid;
    grid-column: span 5;
}

.listItem[data-type="Audio"], .listGroupHeader {
    grid-column: span 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant