mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Fixed as per review
* Changed the line to the elements.less file * inventory-item updated to reflect rich text issue
This commit is contained in:
parent
62e1ad4059
commit
99906c8dac
2 changed files with 3 additions and 1 deletions
|
|
@ -206,6 +206,8 @@
|
|||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
|
||||
grid-column: 1/-1; //For item descriptions in sheet elements
|
||||
|
||||
transition:
|
||||
opacity 0.3s ease-out,
|
||||
transform 0.3s ease-out;
|
||||
|
|
|
|||
|
|
@ -127,5 +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>
|
||||
<div class="item-description">{{#unless isSidebar}}{{{item.system.description}}}{{/unless}}</div>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue