mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Merged with main
This commit is contained in:
commit
23d572f7f9
36 changed files with 121 additions and 88 deletions
|
|
@ -113,12 +113,14 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
&.extensible {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.5s ease-in-out;
|
||||
display: grid;
|
||||
grid-template-rows: 0fr;
|
||||
transition: grid-template-rows 0.3s ease-in-out;
|
||||
&.extended {
|
||||
max-height: 500px;
|
||||
overflow: auto;
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
.invetory-description {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.item-resources {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue