From 58c46784399d0f96d2ddba2352f7ad1371347387 Mon Sep 17 00:00:00 2001 From: Romain Sickenberg Date: Sat, 19 Feb 2022 15:41:46 +0100 Subject: [PATCH] fix(plugins/music): fixed overlapping music titles (#899) --- source/templates/classic/partials/music.ejs | 2 +- source/templates/classic/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/templates/classic/partials/music.ejs b/source/templates/classic/partials/music.ejs index c23dfcc4..bd66dde0 100644 --- a/source/templates/classic/partials/music.ejs +++ b/source/templates/classic/partials/music.ejs @@ -24,7 +24,7 @@
-
<%= 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 b649c809..b38e217f 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -496,7 +496,7 @@ flex-wrap: wrap; } svg.large .track { - width: 25%; + width: 50%; } /* Posts plugin */