mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Merge branch 'main' into feature/165-action-save
This commit is contained in:
commit
7b4cbd3484
4 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue