From aebd1cf0e8ffaa1f68d95aaba71978b50525d338 Mon Sep 17 00:00:00 2001 From: yury Date: Sat, 22 Jun 2024 02:12:29 +0300 Subject: [PATCH] feat: fix blur size --- package-lock.json | 10 ---------- src/components/BlurComponent/styles.scss | 4 ++-- .../CustomAnswers/MultipleAnswers/styles.module.scss | 1 + 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 744a3d5..1ad5bea 100755 --- a/package-lock.json +++ b/package-lock.json @@ -2552,11 +2552,6 @@ "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" }, - "node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" - }, "node_modules/is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", @@ -5413,11 +5408,6 @@ "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" }, - "is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" - }, "is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", diff --git a/src/components/BlurComponent/styles.scss b/src/components/BlurComponent/styles.scss index 46a7f27..14ceccf 100644 --- a/src/components/BlurComponent/styles.scss +++ b/src/components/BlurComponent/styles.scss @@ -9,8 +9,8 @@ inset: auto 0 0 0; left: -100px; right: -100px; - bottom: -100px; - top: -48px; + bottom: -16px; + top: -24px; height: auto; pointer-events: none; diff --git a/src/components/pages/ABDesign/v1/components/Questionnaire/CustomAnswers/MultipleAnswers/styles.module.scss b/src/components/pages/ABDesign/v1/components/Questionnaire/CustomAnswers/MultipleAnswers/styles.module.scss index a6d6c34..e757d8e 100644 --- a/src/components/pages/ABDesign/v1/components/Questionnaire/CustomAnswers/MultipleAnswers/styles.module.scss +++ b/src/components/pages/ABDesign/v1/components/Questionnaire/CustomAnswers/MultipleAnswers/styles.module.scss @@ -19,6 +19,7 @@ button { z-index: 10; + max-width: 100%; } }