Merge branch 'main' into feature/233-234-235

This commit is contained in:
Dapoolp 2025-07-02 20:36:37 +02:00
commit df18ccce1a
41 changed files with 1160 additions and 1148 deletions

View file

@ -1,7 +1,7 @@
@import '../utils/colors.less';
@import '../utils/fonts.less';
.application.sheet.daggerheart.actor.dh-style {
.application.daggerheart.dh-style {
.inventory-item {
display: grid;
grid-template-columns: 40px 1fr 60px;
@ -15,6 +15,10 @@
border: none;
cursor: pointer;
object-fit: cover;
&.actor-img {
border-radius: 50%;
}
}
.item-label {

View file

@ -18,6 +18,13 @@
grid-template-columns: 1fr 4fr 1fr;
cursor: pointer;
img {
height: 40px;
width: 40px;
object-fit: cover;
border-radius: 3px;
}
h4 {
font-family: @font-body;
font-weight: lighter;