auto-git:
[change] node/server/public/app.js
This commit is contained in:
@@ -418,7 +418,7 @@ function updateSpiritOverlay(spirit) {
|
|||||||
el = document.createElement('div');
|
el = document.createElement('div');
|
||||||
el.id = 'spirit-info';
|
el.id = 'spirit-info';
|
||||||
el.style = `
|
el.style = `
|
||||||
position:absolute; right:20px; bottom:40px; color:white;
|
position:absolute; right:40px; bottom:40px; color:white;
|
||||||
background:rgba(0,0,0,0.6); padding:10px 18px; border-radius:10px;
|
background:rgba(0,0,0,0.6); padding:10px 18px; border-radius:10px;
|
||||||
font-family: sans-serif; z-index:10; max-width: 360px;
|
font-family: sans-serif; z-index:10; max-width: 360px;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user