Skip to content

Commit

Permalink
Editor: Consistent external media pre-publish image/button sizes (#65668
Browse files Browse the repository at this point in the history
)

Co-authored-by: tyxla <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: ciampo <[email protected]>
  • Loading branch information
4 people authored Sep 26, 2024
1 parent 57e4be7 commit 3b99bb6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ function Image( { clientId, alt, url } ) {
animate={ { opacity: 1 } }
exit={ { opacity: 0, scale: 0 } }
style={ {
width: '36px',
height: '36px',
width: '32px',
height: '32px',
objectFit: 'cover',
borderRadius: '2px',
cursor: 'pointer',
Expand Down Expand Up @@ -256,7 +256,7 @@ export default function MaybeUploadMediaPanel() {
<Spinner />
) : (
<Button
__next40pxDefaultSize
size="compact"
variant="primary"
onClick={ uploadImages }
>
Expand Down

0 comments on commit 3b99bb6

Please sign in to comment.