Initial chat message description design change

This commit is contained in:
WBHarry 2026-02-02 02:12:30 +01:00
parent 90a98a3248
commit f4f5fd6c24
3 changed files with 39 additions and 3 deletions

View file

@ -101,7 +101,7 @@ export default class DhpChatMessage extends foundry.documents.ChatMessage {
CONFIG.DH.id,
CONFIG.DH.SETTINGS.gameSettings.appearance
).expandRollMessage,
rollSections = html.querySelectorAll('.roll-part'),
rollSections = html.querySelectorAll('.roll-part, .description-section'),
itemDesc = html.querySelector('.domain-card-move');
rollSections.forEach(s => {
if (s.classList.contains('roll-section')) {