From 62e1ad405958a113e08934e8eea27073ac6cca0b Mon Sep 17 00:00:00 2001 From: Nikhil Nagarajan Date: Mon, 30 Jun 2025 19:11:28 -0400 Subject: [PATCH] Updated CSS and Description view in inventory * Inventory items now have descriptions * CSS resolved to improve visuals (Rich text issue is still unresolved) --- styles/daggerheart.css | 1 + templates/sheets/global/partials/inventory-item.hbs | 1 + 2 files changed, 2 insertions(+) diff --git a/styles/daggerheart.css b/styles/daggerheart.css index 4dbf6ac4..a1131616 100755 --- a/styles/daggerheart.css +++ b/styles/daggerheart.css @@ -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; diff --git a/templates/sheets/global/partials/inventory-item.hbs b/templates/sheets/global/partials/inventory-item.hbs index e712e0fb..2e539d84 100644 --- a/templates/sheets/global/partials/inventory-item.hbs +++ b/templates/sheets/global/partials/inventory-item.hbs @@ -127,4 +127,5 @@ +
{{#unless isSidebar}}{{item.system.description}}{{/unless}}
\ No newline at end of file