mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Add view party button to character sheet (#1508)
This commit is contained in:
parent
4e18ed8270
commit
e6973fabd0
5 changed files with 68 additions and 5 deletions
|
|
@ -145,6 +145,11 @@
|
|||
|
||||
button {
|
||||
flex: 1;
|
||||
padding: 0 0.375rem;
|
||||
}
|
||||
|
||||
button[data-action=viewParty] {
|
||||
margin-right: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue