This commit is contained in:
cay 2026-03-30 15:11:12 +01:00
parent 01f5e16222
commit ecb1e7b64f

View File

@ -60,7 +60,7 @@ async function openBuildingPopup(url) {
<div class="popup-info-title">${data.name}</div>
<div class="popup-stat-row"><span class="popup-stat-key">Level</span><span class="popup-stat-val">${data.level}</span></div>
<div class="popup-stat-row"><span class="popup-stat-key">Punkte</span><span class="popup-stat-val">${data.points} / ${data.nextLevelPoints}</span></div>
<p class="popup-desc" style="color:#cccccc !important;font-size:13px;line-height:1.8;">${data.description}</p>
<p class="popup-desc" style="color:#cccccc !important;font-size:16px;line-height:1.8;">${data.description}</p>
<div class="popup-xp-wrap">
</div>
<div class="popup-divider"> · · </div>