mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Fix item desc animation (#382)
This commit is contained in:
parent
b8930b18a4
commit
50ba7408b9
1 changed files with 7 additions and 5 deletions
|
|
@ -113,12 +113,14 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
&.extensible {
|
&.extensible {
|
||||||
max-height: 0;
|
display: grid;
|
||||||
overflow: hidden;
|
grid-template-rows: 0fr;
|
||||||
transition: max-height 0.5s ease-in-out;
|
transition: grid-template-rows 0.3s ease-in-out;
|
||||||
&.extended {
|
&.extended {
|
||||||
max-height: 500px;
|
grid-template-rows: 1fr;
|
||||||
overflow: auto;
|
}
|
||||||
|
.invetory-description {
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item-resources {
|
.item-resources {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue