fix(plugins/music): restrict track name to one line & set constant artwork size (#685)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user