fix(ui): fix metadata viewer too stronk

This commit is contained in:
psychedelicious 2023-06-24 18:11:21 +10:00
parent 3d16605762
commit 3ae996ebcb

View File

@ -77,6 +77,7 @@ const CurrentImagePreview = () => {
height: 'full', height: 'full',
alignItems: 'center', alignItems: 'center',
justifyContent: 'center', justifyContent: 'center',
position: 'relative',
}} }}
> >
{progressImage && shouldShowProgressInViewer ? ( {progressImage && shouldShowProgressInViewer ? (