Correct bottom position for spirit info

This commit is contained in:
2025-05-28 04:32:10 +02:00
parent 078b670067
commit 3b7b283d8e

View File

@@ -418,7 +418,7 @@ function updateSpiritOverlay(spirit) {
el = document.createElement('div');
el.id = 'spirit-info';
el.style = `
position:absolute; left:20px; borrom:20px; color:white;
position:absolute; left:20px; bottom:20px; color:white;
background:rgba(0,0,0,0.6); padding:10px 18px; border-radius:10px;
font-family: sans-serif; z-index:10; max-width: 360px;
`;