-
<%= name %>
+
<%= name %>
<%= artist %>
<% if (plugins.music.played_at && played_at) { %>
Played at <%= played_at %>
diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css
index b38e217f..dde098b8 100644
--- a/source/templates/classic/style.css
+++ b/source/templates/classic/style.css
@@ -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 {