Merged with development

This commit is contained in:
WBHarry 2026-02-04 00:25:58 +01:00
commit ac998adaa6
7 changed files with 14 additions and 5 deletions

View file

@ -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;