mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Initial chat message description design change
This commit is contained in:
parent
90a98a3248
commit
f4f5fd6c24
3 changed files with 39 additions and 3 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue