Added enrichment for Ancestries and Communities

This commit is contained in:
WBHarry 2026-02-15 14:37:45 +01:00
parent ca434d33f1
commit 4d8ad45555
32 changed files with 95 additions and 29 deletions

View file

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