Adjust position of spirit overlay close button
This commit is contained in:
@@ -512,7 +512,7 @@ function showSpiritOverlay(spirit) {
|
|||||||
}
|
}
|
||||||
el.innerHTML = `
|
el.innerHTML = `
|
||||||
<button id="spirit-overlay-close" style="
|
<button id="spirit-overlay-close" style="
|
||||||
position:absolute; right:-16px; top:-16px;
|
position:absolute; right:16px; top:16px;
|
||||||
width:56px; height:56px;
|
width:56px; height:56px;
|
||||||
background:none; border:none; border-radius:50%;
|
background:none; border:none; border-radius:50%;
|
||||||
color:#fff; font-size:2.5em; cursor:pointer;
|
color:#fff; font-size:2.5em; cursor:pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user