Revert "Initial chat message description design change"

This reverts commit f4f5fd6c24.
This commit is contained in:
WBHarry 2026-02-02 10:50:18 +01:00
parent f4f5fd6c24
commit 0b4266ba08
3 changed files with 3 additions and 39 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, .description-section'),
rollSections = html.querySelectorAll('.roll-part'),
itemDesc = html.querySelector('.domain-card-move');
rollSections.forEach(s => {
if (s.classList.contains('roll-section')) {