mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
Fixed styles
This commit is contained in:
parent
86c1d15b11
commit
3bc9dbf1bc
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
select {
|
select {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
@ -96,6 +97,7 @@
|
||||||
height: 0;
|
height: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
transition: height 0.1s ease-in-out;
|
transition: height 0.1s ease-in-out;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&.revealed {
|
&.revealed {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue