mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Minor padding issue in unpinned drawer
This commit is contained in:
parent
79d53341de
commit
2af1ec9d02
@ -83,7 +83,9 @@ const ParametersDrawer = () => {
|
||||
<PinParametersPanelButton />
|
||||
</Flex>
|
||||
<IAIScrollArea>
|
||||
<Flex sx={{ flexDir: 'column', gap: 2 }}>{drawerContent}</Flex>
|
||||
<Flex sx={{ flexDir: 'column', gap: 2, paddingLeft: 2 }}>
|
||||
{drawerContent}
|
||||
</Flex>
|
||||
</IAIScrollArea>
|
||||
</Flex>
|
||||
</ResizableDrawer>
|
||||
|
Loading…
Reference in New Issue
Block a user