fix(plugins/music): ellipsis for long track name/artist (close #866)

This commit is contained in:
lowlighter
2022-03-09 19:21:00 -05:00
parent 42de3f07f6
commit fb85dadb25
2 changed files with 4 additions and 4 deletions

View File

@@ -480,6 +480,9 @@
line-height: 14px;
height: 14px;
font-weight: 600;
}
.track .name, .track .artist {
width: 387px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -495,9 +498,6 @@
flex-direction: row;
flex-wrap: wrap;
}
svg.large .track {
width: 50%;
}
/* Posts plugin */
.post {