Fix download button styling (#2435)

fixes #2383
This commit is contained in:
psychedelicious 2023-01-28 00:29:34 +11:00 committed by GitHub
commit 0d0f35a1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,11 +399,11 @@ const CurrentImageButtons = () => {
{t('options:copyImageToLink')} {t('options:copyImageToLink')}
</IAIButton> </IAIButton>
<IAIButton leftIcon={<FaDownload />} size={'sm'}> <Link download={true} href={currentImage?.url}>
<Link download={true} href={currentImage?.url}> <IAIButton leftIcon={<FaDownload />} size={'sm'} w="100%">
{t('options:downloadImage')} {t('options:downloadImage')}
</Link> </IAIButton>
</IAIButton> </Link>
</div> </div>
</IAIPopover> </IAIPopover>
<IAIIconButton <IAIIconButton