mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix Seed Shuffle layout to adjust to localization text
This commit is contained in:
parent
f173e0a085
commit
7c4544f95e
@ -33,7 +33,7 @@ export default function Seed() {
|
|||||||
isInvalid={seed < 0 && shouldGenerateVariations}
|
isInvalid={seed < 0 && shouldGenerateVariations}
|
||||||
onChange={handleChangeSeed}
|
onChange={handleChangeSeed}
|
||||||
value={seed}
|
value={seed}
|
||||||
width="10rem"
|
width="auto"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@ export default function ShuffleSeed() {
|
|||||||
size={'sm'}
|
size={'sm'}
|
||||||
isDisabled={shouldRandomizeSeed}
|
isDisabled={shouldRandomizeSeed}
|
||||||
onClick={handleClickRandomizeSeed}
|
onClick={handleClickRandomizeSeed}
|
||||||
|
padding="0 1.5rem"
|
||||||
>
|
>
|
||||||
<p>{t('options:shuffle')}</p>
|
<p>{t('options:shuffle')}</p>
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user