feat(ui): minor styling rp

This commit is contained in:
psychedelicious 2024-04-19 22:30:11 +10:00 committed by Kent Keirsey
parent 6a5510146c
commit bb371cfeca

View File

@ -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>