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;
|
||||
object-fit: cover;
|
||||
border-radius: 3px;
|
||||
|
||||
&.actor-img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.roll-img {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue