feat: Add Concat Link Animation

Might remove the lines. Just pushing to save changes for now.
This commit is contained in:
blessedcoolant
2023-07-28 15:01:40 +12:00
parent fd67b18c9a
commit 6a49eec606
6 changed files with 144 additions and 45 deletions

View File

@ -148,7 +148,7 @@ const ParamPositiveConditioning = () => {
<Box
sx={{
position: 'absolute',
top: shouldPinParametersPanel ? 4 : 0,
top: shouldPinParametersPanel ? 5 : 0,
insetInlineEnd: 0,
}}
>

View File

@ -8,10 +8,6 @@ export default function ParamPromptArea() {
sx={{
flexDirection: 'column',
gap: 2,
p: 2,
borderRadius: 4,
bg: 'base.100',
_dark: { bg: 'base.850' },
}}
>
<ParamPositiveConditioning />