good
This commit is contained in:
@@ -1799,8 +1799,9 @@ function buildDamageMeterContent() {
|
|||||||
return `
|
return `
|
||||||
<div style="padding:8px; font-size: 13px; line-height: 1.4;">
|
<div style="padding:8px; font-size: 13px; line-height: 1.4;">
|
||||||
<div style="font-weight:bold; margin-bottom:4px;">Damage Meter</div>
|
<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;">
|
<div style="margin-bottom:6px; display:flex; align-items:center; gap:12px;">
|
||||||
<span>${encounterLabel}${npcToggle}</span>
|
<span>${encounterLabel}</span>
|
||||||
|
${npcToggle}
|
||||||
</div>
|
</div>
|
||||||
<table style="width:100%; border-collapse:collapse; font-size:12px;">
|
<table style="width:100%; border-collapse:collapse; font-size:12px;">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user