From fc111e251364b320b8b11adffe3e765827324c4c Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:05:55 +0200 Subject: [PATCH] keep footer out of contents div --- plugins/lyrics-genius/front.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lyrics-genius/front.js b/plugins/lyrics-genius/front.js index f3ac4487..b8e78c1c 100644 --- a/plugins/lyrics-genius/front.js +++ b/plugins/lyrics-genius/front.js @@ -82,8 +82,8 @@ module.exports = () => { `
${hasLyrics ? lyrics : 'Could not retrieve lyrics from genius'} - -
`; + + `; if (hasLyrics) { lyricsContainer.querySelector('.footer').textContent = 'Source: Genius'; enableLyricsTab();