mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): tweak video settings padding
This commit is contained in:
@@ -24,7 +24,7 @@ export const VideoSettingsAccordion = memo(() => {
|
||||
onToggle={onToggleAccordion}
|
||||
>
|
||||
<Flex p={4} w="full" h="full" flexDir="column" data-testid="upscale-settings-accordion">
|
||||
<Flex gap={1} flexDirection="column" width="full">
|
||||
<Flex flexDirection="column" width="full">
|
||||
<Flex gap={4}>
|
||||
<StartingFrameImage />
|
||||
<Flex gap={4} flexDirection="column" width="full">
|
||||
|
||||
Reference in New Issue
Block a user