Merge branch 'main' into feature/165-action-save

This commit is contained in:
Dapoolp 2025-07-01 16:40:47 +02:00
commit 7b4cbd3484
4 changed files with 5 additions and 1 deletions

View file

@ -4702,6 +4702,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;

View file

@ -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;