diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index 5ab4759c..0ca383d5 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -55,6 +55,10 @@ width: 40px; object-fit: cover; border-radius: 3px; + + &.actor-img { + border-radius: 50%; + } } .roll-img { diff --git a/styles/less/sheets/actors/companion/details.less b/styles/less/sheets/actors/companion/details.less index 2e76cf44..47b5873d 100644 --- a/styles/less/sheets/actors/companion/details.less +++ b/styles/less/sheets/actors/companion/details.less @@ -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; diff --git a/templates/sheets/actors/companion/details.hbs b/templates/sheets/actors/companion/details.hbs index 719ffdf4..27f37a85 100644 --- a/templates/sheets/actors/companion/details.hbs +++ b/templates/sheets/actors/companion/details.hbs @@ -7,7 +7,7 @@ {{#if document.system.partner}} -