Skip to content

Commit

Permalink
Merge pull request #240 from dappforce/improvement/progress-modal
Browse files Browse the repository at this point in the history
Adjust width of progress modal image to fit post preview better
  • Loading branch information
teodorus-nathaniel authored Feb 5, 2024
2 parents d896756 + e392368 commit def6ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/leaderboard/ProgressModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function InnerProgressModal() {
<div
id='progress-image'
className={clsx(styles.ProgressModal, statusClassName[status], 'position-relative')}
style={{ width: '600px', display: 'none' }}
style={{ width: '620px', display: 'none' }}
>
<div className='ant-modal-content p-3 pb-4'>
<img
Expand Down

0 comments on commit def6ed5

Please sign in to comment.