From 6dbc42fc1a1f86745990a06d21a0ecb75427b024 Mon Sep 17 00:00:00 2001
From: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
Date: Fri, 27 Jan 2023 20:23:12 +1100
Subject: [PATCH] fixes download button styling
---
.../features/gallery/components/CurrentImageButtons.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/src/features/gallery/components/CurrentImageButtons.tsx b/frontend/src/features/gallery/components/CurrentImageButtons.tsx
index 557f6c2e60..90a5efb650 100644
--- a/frontend/src/features/gallery/components/CurrentImageButtons.tsx
+++ b/frontend/src/features/gallery/components/CurrentImageButtons.tsx
@@ -399,11 +399,11 @@ const CurrentImageButtons = () => {
{t('options:copyImageToLink')}
- } size={'sm'}>
-
+
+ } size={'sm'} w="100%">
{t('options:downloadImage')}
-
-
+
+