fix: Adjust embedding button on PositivePrompt for new changes

This commit is contained in:
blessedcoolant 2023-07-27 22:30:50 +12:00
parent b60adc31d0
commit 611f31c057

View File

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