mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): minor styling rp
This commit is contained in:
parent
6a5510146c
commit
bb371cfeca
@ -30,7 +30,7 @@ export const RegionalPromptsEditor = memo(() => {
|
||||
const rpLayerIdsReversed = useAppSelector(selectRPLayerIdsReversed);
|
||||
return (
|
||||
<Flex gap={4} w="full" h="full">
|
||||
<Flex flexDir="column" gap={4} flexShrink={0} w={430}>
|
||||
<Flex flexDir="column" gap={4} minW={430}>
|
||||
<Flex gap={3}>
|
||||
<ButtonGroup isAttached={false}>
|
||||
<Button onClick={debugBlobs}>🐛</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user