mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
174 character context menu (#189)
* Set up the contextMenues properly * Fixed double item generation on drop
This commit is contained in:
parent
30ab18d683
commit
b4fff7b9e6
11 changed files with 197 additions and 62 deletions
|
|
@ -283,6 +283,7 @@
|
|||
h2 {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1598,6 +1598,7 @@
|
|||
.daggerheart.chat.domain-card .domain-card-title h2 {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
.daggerheart.chat.domain-card .ability-card-footer {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue