fix(plugins/music): restrict track name to one line & set constant artwork size (#685)

This commit is contained in:
Matthew Stead
2021-11-30 01:49:47 +02:00
committed by GitHub
parent a29511104e
commit fa82abf73a
2 changed files with 6 additions and 2 deletions

View File

@@ -468,7 +468,11 @@
.track .name {
font-size: 14px;
line-height: 14px;
height: 14px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.track .artist, .track .played-at {
font-size: 12px;