Fixed so that messages auto expand the description (#1650)

This commit is contained in:
WBHarry 2026-02-11 23:56:35 +01:00 committed by GitHub
parent fa19339868
commit 95d4003045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<div class="daggerheart chat action">
<details class="action-move">
<details class="action-move" {{this.open}}>
<summary class="action-section">
<img class="action-img" src="{{action.img}}" />
<div class="action-header">

View file

@ -7,7 +7,7 @@
<h2 class="title">{{this.title}}</h2>
<span class="label">{{localize 'DAGGERHEART.UI.Chat.deathMove.title'}}</span>
</div>
<i class="fa-solid {{this.chevron}}"></i>
<i class="fa-solid fa-chevron-down"></i>
</summary>
<div class="description">
{{{this.description}}}

View file

@ -1,7 +1,7 @@
<div class="daggerheart chat downtime">
<ul class="downtime-moves-list">
{{#each moves as | move index |}}
<details class="downtime-move">
<details class="downtime-move" {{@root.open}}>
<summary class="downtime-label">
<img class="downtime-image" src="{{move.img}}" />
<div class="header-label">