mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
fix actions width from companions details tab (#623)
This commit is contained in:
parent
d8187ac521
commit
1505c71014
3 changed files with 12 additions and 3 deletions
|
|
@ -55,6 +55,10 @@
|
||||||
width: 40px;
|
width: 40px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
|
&.actor-img {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.roll-img {
|
.roll-img {
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 10px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -33,6 +36,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experience-list {
|
.experience-list {
|
||||||
|
|
@ -40,7 +44,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 10px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.experience-row {
|
.experience-row {
|
||||||
|
|
@ -49,6 +52,8 @@
|
||||||
width: 250px;
|
width: 250px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 10px;
|
||||||
|
|
||||||
.experience-name {
|
.experience-name {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<side-line-div></side-line-div>
|
<side-line-div></side-line-div>
|
||||||
</div>
|
</div>
|
||||||
{{#if document.system.partner}}
|
{{#if document.system.partner}}
|
||||||
<ul class="item-list">
|
<ul class="items-list">
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=document.system.partner
|
item=document.system.partner
|
||||||
type='companion'
|
type='companion'
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
<h3>{{localize "DAGGERHEART.GENERAL.attack"}}</h3>
|
<h3>{{localize "DAGGERHEART.GENERAL.attack"}}</h3>
|
||||||
<side-line-div></side-line-div>
|
<side-line-div></side-line-div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="item-list">
|
<ul class="items-list">
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=document.system.attack
|
item=document.system.attack
|
||||||
type='action'
|
type='action'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue