! Fix single playlist view item index style (#4179)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user