chore: cleanup
This commit is contained in:
parent
0bdda4b7a4
commit
ce24c35a20
17 changed files with 33 additions and 19 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
|
@ -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);
|
Reference in a new issue