chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-04-15 16:55:34 -07:00
parent 0bdda4b7a4
commit ce24c35a20
No known key found for this signature in database
17 changed files with 33 additions and 19 deletions

View file

@ -1,4 +1,4 @@
.track__chart {
.music-chart {
& .item {
justify-content: space-between;
@ -40,13 +40,13 @@
}
& .title,
& .artists {
& .subtext {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
& .artists,
& .subtext,
& .timestamp {
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
@ -82,7 +82,7 @@
}
@media screen and (min-width: 768px) {
.track__chart .item .meta-text {
.music-chart .item .meta-text {
max-width: 85%;
}
}

View file

@ -38,4 +38,4 @@
@import url('./components/progress-bar.css') layer(components.media);
@import url('./components/share-button.css') layer(components);
@import url('./components/theme-toggle.css') layer(components);
@import url('./components/track-chart.css') layer(components.media);
@import url('./components/music-chart.css') layer(components.media);