mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
add attack config and disable experience value input
This commit is contained in:
parent
85dac730b7
commit
f7c42fdddf
6 changed files with 41 additions and 5 deletions
|
|
@ -4,6 +4,10 @@
|
|||
.application.sheet.daggerheart.actor.dh-style.companion {
|
||||
.partner-section,
|
||||
.attack-section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
|
|
@ -22,9 +26,11 @@
|
|||
}
|
||||
|
||||
.partner-placeholder {
|
||||
display: flex;
|
||||
opacity: 0.6;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.experience-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue