From 47b45eed6f0451ca566d8dab96d17d171843974a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 18:57:18 +0200 Subject: [PATCH] Remove unnecessary CSS styles from app.js --- node/server/public/app.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/node/server/public/app.js b/node/server/public/app.js index 0c1f9e8..9cfbccf 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -508,21 +508,6 @@ function showSpiritOverlay(spirit) { if (!el) { el = document.createElement('div'); el.id = 'spirit-info'; - el.style = ` - position: fixed; - left: 50%; top: 50%; - transform: translate(-50%,-50%); - color: white; - background: rgba(0,0,0,0.94); - padding: 28px 36px 24px 36px; - border-radius: 18px; - font-family: 'Segoe UI', sans-serif; - z-index: 9999; - max-width: 560px; - min-width: 320px; - box-shadow: 0 12px 64px #000a; - text-align: left; - `; document.body.appendChild(el); } el.innerHTML = `