From 0a5ca0b54e3462d24dc899f380fbffc9088dff6c Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 13 Mar 2023 16:06:55 +0000 Subject: [PATCH] add lyrics backu! --- html/poketube-music.ejs | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/html/poketube-music.ejs b/html/poketube-music.ejs index e818e251..eab4b3bd 100644 --- a/html/poketube-music.ejs +++ b/html/poketube-music.ejs @@ -46,6 +46,13 @@ .img { box-shadow: 0px 0 6.4em <%=color%>; } + .lyrics { + margin-top: -26em; + height: 25em; + max-height: 22em; + overflow: auto; + margin-left: 54em; +} @@ -80,9 +87,18 @@
<%=info.title%>
<%=info.artist%> -
+ +
+
+ Lyrics
+ <%- lyrics.replace("<","<").replace(">", ">") || " no lyrics found "%> +
+ lyrics by: musixmatch +
+ + + -

Powered By