ciderapp / Cider-2

Primary public repository for Cider 2.x
https://cider.sh
125 stars 2 forks source link

Song List Columns Appear Uneven #622

Closed ZomoXYZ closed 1 month ago

ZomoXYZ commented 2 months ago

Preflight Checklist

Download Source

Itch

Operating System

Windows

Commit Hash

618b467d19eab9fc0bb786c2efb1c04f7a52ed96

Connect Instance ID

not-logged-in

Build Timestamp

4/3/2024, 9:01:00 PM

Describe the Bug

Some columns, like Artist Name and Album Name, are uneven when viewing a list of songs. To be specific, I've directly noticed this in both Playlists and Albums.

I think it's affected by the width of the song duration, since it shifts to the right when a song has a "1" in the duration as opposed to all the other numbers that have a more similar width.

For example, here's a screenshot of Computer Controlled Acoustic Instruments, Pt. 2 by Aphex twin. I've added a 1px line between the columns to make it more visible:

image

Without the lines, it's less obvious but the 2px shift is still there:

image

css for the line for reproduction:

.c-listitem.album-track[data-v-44f85629] > * {
    border-right: 1px solid white;
}

Steps to Reproduce

Look at any album or playlist that has a song with the number 1 in the duration and a song without a 1 in the duration. The Artist Name and Album Name columns will be uneven by a few pixels.

Anything else?

No response

github-actions[bot] commented 2 months ago

Hello @ZomoXYZ :wave:

We really appreciate you taking the time to report this issue, please double check your issue to make sure you are clear and concise in your description. This will help us to help you as quickly as possible.

We'd like to ask you be patient and we will get back to you as soon as we can.

In the meantime, take a look at our FAQs which may answer your question.

Thanks again and we hope you enjoy the app! :smiley:

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 5 days with no activity.