mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix: Minor padding issue in unpinned drawer
This commit is contained in:
committed by
psychedelicious
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>
|
||||
|
||||
Reference in New Issue
Block a user