Skip to content

Commit

Permalink
! Fix single playlist view item index style (#4179)
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Oct 20, 2023
1 parent 046462e commit b55ad5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/views/Playlist/Playlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@

.playlistItem {
display: grid;
grid-template-columns: max-content auto;
grid-template-columns: 30px 1fr;
column-gap: 8px;
align-items: center;
}

.videoIndex {
color: var(--tertiary-text-color);
text-align: center;
}

.loadNextPageWrapper {
Expand Down

0 comments on commit b55ad5d

Please sign in to comment.