mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Initial Styling Commit
This commit is contained in:
parent
f2e8b66be4
commit
8e7e3c2b4a
@ -54,7 +54,7 @@ const WorkflowLibraryListItem = ({ workflowDTO }: Props) => {
|
|||||||
</Flex>
|
</Flex>
|
||||||
<Flex alignItems="center" w="full" h="50%">
|
<Flex alignItems="center" w="full" h="50%">
|
||||||
{workflowDTO.description ? (
|
{workflowDTO.description ? (
|
||||||
<InvText fontSize="sm" noOfLines={1}>
|
<InvText fontSize="sm" noOfLines={1} w="70%">
|
||||||
{workflowDTO.description}
|
{workflowDTO.description}
|
||||||
</InvText>
|
</InvText>
|
||||||
) : (
|
) : (
|
||||||
|
@ -23,8 +23,8 @@ const WorkflowLibraryModal = () => {
|
|||||||
h="80%"
|
h="80%"
|
||||||
minW="unset"
|
minW="unset"
|
||||||
minH="unset"
|
minH="unset"
|
||||||
maxW="unset"
|
maxW= "1200px"
|
||||||
maxH="unset"
|
maxH= "600px"
|
||||||
>
|
>
|
||||||
<InvModalHeader>{t('workflows.workflowLibrary')}</InvModalHeader>
|
<InvModalHeader>{t('workflows.workflowLibrary')}</InvModalHeader>
|
||||||
<InvModalCloseButton />
|
<InvModalCloseButton />
|
||||||
|
Loading…
Reference in New Issue
Block a user