diff --git a/playlist/static/style.css b/playlist/static/style.css index b033791..e4aeb29 100644 --- a/playlist/static/style.css +++ b/playlist/static/style.css @@ -52,7 +52,7 @@ input#spotify-input + input[type=submit]{ } #bsod, .hide { - display: none; + display: none !important; } .offscreen { diff --git a/playlist/templates/Clippy.html b/playlist/templates/Clippy.html index a820189..9672058 100644 --- a/playlist/templates/Clippy.html +++ b/playlist/templates/Clippy.html @@ -6,7 +6,7 @@ e.parentElement.classList.add("hide") } -
+
{{ body }}

diff --git a/playlist/templates/head.html b/playlist/templates/head.html index d19c32f..cce8424 100644 --- a/playlist/templates/head.html +++ b/playlist/templates/head.html @@ -36,6 +36,7 @@ `translate(${position.x}px, ${position.y}px)` document.getElementById("clippy").style.transform = `translate(${position.x}px, ${position.y}px)` + document.getElementById("clippy").classList.remove('hide'); } else { localStorage.removeItem("position") }