Skip to content

Commit

Permalink
style: adjust width of progress modal image to fit post preview better
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Feb 5, 2024
1 parent 6dd8773 commit e392368
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 e392368

Please sign in to comment.