mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 16:03:39 +02:00
Merged with main
This commit is contained in:
commit
2123ae1965
177 changed files with 2677 additions and 657 deletions
|
|
@ -58,6 +58,7 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
select {
|
||||
flex: 1;
|
||||
|
|
@ -96,6 +97,7 @@
|
|||
height: 0;
|
||||
min-height: 0;
|
||||
transition: height 0.1s ease-in-out;
|
||||
overflow: hidden;
|
||||
|
||||
&.revealed {
|
||||
height: 300px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue