mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Fixed so items from the inventory tab of the Party sheet can be dragged out * Added transfer logic * Added translation * Improved item transfer dialog title * Simplified title * Updated image * Simplified the handlebars templates for itemTransfer * Improved item-identicial check * Slight improved rendering * .
20 lines
365 B
Text
20 lines
365 B
Text
.daggerheart.dh-style.dialog.item-transfer {
|
|
.item-transfer-container {
|
|
display: grid;
|
|
grid-template-columns: 1fr 42px;
|
|
gap: 4px;
|
|
|
|
.number-display {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.item-sheet-footer {
|
|
padding-top: 8px;
|
|
display: flex;
|
|
|
|
button {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|