From 18ae9887d42da26c104dbdfda8c482efe0a77f9d Mon Sep 17 00:00:00 2001 From: Nastya Date: Sun, 22 Jun 2025 19:12:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20=D1=83?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=83=20Images=20?= =?UTF-8?q?=D1=81=D0=BB=D0=B5=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewPublicationPage/questions/Images/OwnImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/ViewPublicationPage/questions/Images/OwnImage.tsx b/lib/components/ViewPublicationPage/questions/Images/OwnImage.tsx index 9307ee7..f745b3e 100644 --- a/lib/components/ViewPublicationPage/questions/Images/OwnImage.tsx +++ b/lib/components/ViewPublicationPage/questions/Images/OwnImage.tsx @@ -152,7 +152,7 @@ export const OwnImage = ({ imageUrl, questionId, variantId, onValidationError }: sx={{ position: "absolute", top: 8, - right: 8, + left: 8, zIndex: 1, backgroundColor: "rgba(0, 0, 0, 0.5)", color: "white",