Skip to content

Commit

Permalink
Small Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-akashdesai committed Sep 10, 2022
1 parent d60bc49 commit 97d3959
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added src/assets/images/logo/Fantom [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/TempMail/MailModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const MailModal = ({ mailjs, showLoginModal, setShowLoginModal, history, setCred
if (loading) return <Loader size={'lg'} backdrop content='loading...' vertical />

return (
<Modal style={{ top: '10%' }} size={'sm'} backdrop={'static'} open={showLoginModal} onClose={() => history(-1)}>
<Modal style={{ top: '5%' }} size={'sm'} backdrop={'static'} open={showLoginModal} onClose={() => history(-1)}>
<Modal.Header closeButton={false}>
<Modal.Title className='tempMail_modalTitle'>
<a className='tempMail__modalBackBtn' onClick={() => history(-1)}>
Expand Down
1 change: 1 addition & 0 deletions src/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const createWindow = (): void => {
backgroundColor: nativeTheme.shouldUseDarkColors ? '#282C34' : '#ddd',
height: 960,
width: 1280,
minHeight: 600,
minWidth: 768,
show: false,
titleBarStyle: 'hidden',
Expand Down

0 comments on commit 97d3959

Please sign in to comment.