From cb149d5e713cb1b3b60c193234a4198aa707dc2b Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 24 Jul 2025 10:32:30 -0400 Subject: use css loader type styling for collapsible height --- src/components/ConfigurationSection.tsx | 43 +++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 15 deletions(-) (limited to 'src/components/ConfigurationSection.tsx') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 7c8923e..67e010a 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -22,6 +22,17 @@ export function ConfigurationSection({ return ( <> + +
- setWorkaroundsCollapsed(!workaroundsCollapsed)} - > - {workaroundsCollapsed ? ( - - ) : ( - - )} - +
+ setWorkaroundsCollapsed(!workaroundsCollapsed)} + > + {workaroundsCollapsed ? ( + + ) : ( + + )} + +
{!workaroundsCollapsed && ( -- cgit v1.2.3