mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Updated CSS and Description view in inventory
* Inventory items now have descriptions * CSS resolved to improve visuals (Rich text issue is still unresolved)
This commit is contained in:
parent
7135716da9
commit
62e1ad4059
2 changed files with 2 additions and 0 deletions
|
|
@ -4620,6 +4620,7 @@ div.daggerheart.views.multiclass {
|
|||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
|
||||
grid-column: 1/-1;
|
||||
}
|
||||
.application.sheet.dh-style .item-description.invisible {
|
||||
height: 0;
|
||||
|
|
|
|||
|
|
@ -127,4 +127,5 @@
|
|||
<a data-action="toChat" data-tooltip="{{localize 'DAGGERHEART.Tooltip.sendToChat'}}"><i class="fa-regular fa-message"></i></a>
|
||||
<a data-action="triggerContextMenu" data-tooltip="{{localize 'DAGGERHEART.Tooltip.moreOptions'}}"><i class="fa-solid fa-ellipsis-vertical"></i></a>
|
||||
</div>
|
||||
<div class="item-description">{{#unless isSidebar}}{{item.system.description}}{{/unless}}</div>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue