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