Slightly adjust vertical position of spirit overlay close button

This commit is contained in:
2025-05-28 19:15:29 +02:00
parent 82f9efbf43
commit f2b5cc7701

View File

@@ -512,7 +512,7 @@ function showSpiritOverlay(spirit) {
}
el.innerHTML = `
<button id="spirit-overlay-close" style="
position:absolute; right:0px; top:-5px;
position:absolute; right:0px; top:-10px;
width:56px; height:56px;
background:none; border:none; border-radius:50%;
color:#fff; font-size:2.5em; cursor:pointer;