[Feature] Item Description Enrichment (#1666)

* Added enrichment for Ancestries and Communities

* Fixed remainder

* Bit of padding

* Increased left padding
This commit is contained in:
WBHarry 2026-02-22 21:32:35 +01:00 committed by GitHub
parent 267de9a8cf
commit 56cc16b39a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 350 additions and 54 deletions

View file

@ -50,6 +50,29 @@
transform: rotate(360deg);
}
}
.item-description-outer-container {
display: flex;
flex-direction: column;
gap: 8px;
.item-description-container {
h4 {
margin-bottom: 4px;
}
.item-description-inner-container {
p {
display: inline;
}
}
.item-links {
display: flex;
gap: 4px;
}
}
}
}
/* TODO: Remove me when this issue is resolved https://github.com/foundryvtt/foundryvtt/issues/13734 */