Merge branch 'main' into feature/death-moves

This commit is contained in:
Chris Ryan 2026-01-10 22:01:08 +10:00
commit d6c3cfb83a
39 changed files with 3629 additions and 78 deletions

View file

@ -145,6 +145,11 @@
button {
flex: 1;
padding: 0 0.375rem;
}
button[data-action=viewParty] {
margin-right: 6px;
}
}

View file

@ -344,4 +344,20 @@ aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip.card-s
margin-bottom: 4px;
}
}
.party-list {
display: flex;
flex-direction: column;
button {
width: 100%;
align-items: center;
justify-content: start;
img {
border: none;
width: 1rem;
height: 1rem;
object-fit: contain;
}
}
}
}