Skip to content

Commit

Permalink
style: another adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Jan 13, 2025
1 parent 4c2ee5e commit ecf01d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,14 @@ const JetBrainsGuideModal = ({
<Box>
<Modal isOpen onClose={onConnecting ? () => {} : onClose} lockFocusAcrossFrames={false}>
<ModalOverlay />
<ModalContent top={'5%'} maxWidth={'800px'} w={'700px'} h={'80%'} position={'relative'}>
<ModalContent
top={'1%'}
maxWidth={'800px'}
w={'700px'}
h={'80%'}
position={'relative'}
minH={'785px'}
>
<ModalHeader pl={10}>{t('use_jetbrains')}</ModalHeader>
<ModalCloseButton top={'10px'} right={'10px'} isDisabled={onConnecting} />
<ModalBody pb={6} overflowY={'auto'}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ const SshConnectModal = ({
<Modal isOpen onClose={onClose} lockFocusAcrossFrames={false} size={'4xl'}>
<ModalOverlay />
<ModalContent
top={'5%'}
top={'1%'}
maxWidth={'800px'}
w={'700px'}
h={'80%'}
minH={'785px'}
transition={'height 0.2s ease-in-out'}
position={'relative'}
>
Expand Down Expand Up @@ -469,7 +470,7 @@ const SshConnectModal = ({
/>
</Step>
</Stepper>
<Box position={'relative'} w={'100%'} h={'30px'} my={4}>
<Box position={'relative'} w={'100%'} h={'30px'} mt={4}>
<Button
w={'100%'}
bg={'white'}
Expand Down

0 comments on commit ecf01d6

Please sign in to comment.