This commit is contained in:
centron\schwoerer
2025-11-23 11:30:29 +01:00
parent bbb8c7255e
commit 2c1e9d0fef

View File

@@ -1799,8 +1799,9 @@ function buildDamageMeterContent() {
return `
<div style="padding:8px; font-size: 13px; line-height: 1.4;">
<div style="font-weight:bold; margin-bottom:4px;">Damage Meter</div>
<div style="margin-bottom:6px; display:flex; align-items:center; justify-content:space-between;">
<span>${encounterLabel}${npcToggle}</span>
<div style="margin-bottom:6px; display:flex; align-items:center; gap:12px;">
<span>${encounterLabel}</span>
${npcToggle}
</div>
<table style="width:100%; border-collapse:collapse; font-size:12px;">
<thead>