fix actions width from companions details tab (#623)

This commit is contained in:
Murilo Brito 2025-08-06 05:12:22 -03:00 committed by GitHub
parent d8187ac521
commit 1505c71014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View file

@ -55,6 +55,10 @@
width: 40px;
object-fit: cover;
border-radius: 3px;
&.actor-img {
border-radius: 50%;
}
}
.roll-img {

View file

@ -24,6 +24,9 @@
flex-direction: column;
gap: 10px;
align-items: center;
width: 100%;
padding: 0 10px;
margin-bottom: 5px;
}
}
@ -33,6 +36,7 @@
text-align: center;
font-style: italic;
justify-content: center;
padding: 10px 0;
}
.experience-list {
@ -40,7 +44,6 @@
flex-direction: column;
gap: 5px;
width: 100%;
margin-top: 10px;
align-items: center;
.experience-row {
@ -49,6 +52,8 @@
width: 250px;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0 10px;
.experience-name {
width: 180px;

View file

@ -7,7 +7,7 @@
<side-line-div></side-line-div>
</div>
{{#if document.system.partner}}
<ul class="item-list">
<ul class="items-list">
{{> 'daggerheart.inventory-item'
item=document.system.partner
type='companion'
@ -27,7 +27,7 @@
<h3>{{localize "DAGGERHEART.GENERAL.attack"}}</h3>
<side-line-div></side-line-div>
</div>
<ul class="item-list">
<ul class="items-list">
{{> 'daggerheart.inventory-item'
item=document.system.attack
type='action'