File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
invokeai/frontend/web/src/features/controlLayers/components/SimpleSession Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import { memo } from 'react';
4
4
5
5
export const LaunchpadContainer = memo ( ( props : PropsWithChildren < { heading : string } > ) => {
6
6
return (
7
- < Flex flexDir = "column" h = "full" w = "full" alignItems = "center" gap = { 2 } >
8
- < Flex flexDir = "column" w = "full" gap = { 4 } px = { 14 } maxW = { 768 } pt = "20vh" >
9
- < Heading mb = { 4 } > { props . heading } </ Heading >
10
- < Flex flexDir = "column" gap = { 8 } >
7
+ < Flex flexDir = "column" h = "full" w = "full" alignItems = "center" justifyContent = "center" gap = { 2 } >
8
+ < Flex flexDir = "column" w = "full" gap = { 4 } px = { 14 } maxW = { 768 } >
9
+ < Heading > { props . heading } </ Heading >
10
+ < Flex flexDir = "column" gap = { 4 } >
11
11
{ props . children }
12
12
</ Flex >
13
13
</ Flex >
You can’t perform that action at this time.
0 commit comments