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 alignItems="center" w="full" h="50%">
|
||||
{workflowDTO.description ? (
|
||||
<InvText fontSize="sm" noOfLines={1}>
|
||||
<InvText fontSize="sm" noOfLines={1} w="70%">
|
||||
{workflowDTO.description}
|
||||
</InvText>
|
||||
) : (
|
||||
|
@ -23,8 +23,8 @@ const WorkflowLibraryModal = () => {
|
||||
h="80%"
|
||||
minW="unset"
|
||||
minH="unset"
|
||||
maxW="unset"
|
||||
maxH="unset"
|
||||
maxW= "1200px"
|
||||
maxH= "600px"
|
||||
>
|
||||
<InvModalHeader>{t('workflows.workflowLibrary')}</InvModalHeader>
|
||||
<InvModalCloseButton />
|
||||
|
Loading…
Reference in New Issue
Block a user