From 8ee9d247745cee320ff25585168427bed6937447 Mon Sep 17 00:00:00 2001 From: sehxxnee Date: Mon, 27 May 2024 16:51:01 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20content-wrapper=20=EC=A4=91=EC=95=99=20?= =?UTF-8?q?=EC=A0=95=EB=A0=AC=20(=EB=84=88=EA=B5=AC=EB=A6=AC=20=EC=A4=91?= =?UTF-8?q?=EC=95=99=EC=A0=95=EB=A0=AC),=20=EB=8F=84=EC=9B=80=EB=A7=90=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 20 +++++++++++++++----- src/pages/settingPage.css | 6 ++++-- src/pages/settingPage.jsx | 7 +++++-- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37bbd38..2678f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24528,7 +24528,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -25664,7 +25666,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -29029,7 +29033,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -32535,7 +32541,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -32615,7 +32623,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", diff --git a/src/pages/settingPage.css b/src/pages/settingPage.css index 108f587..3c3a516 100644 --- a/src/pages/settingPage.css +++ b/src/pages/settingPage.css @@ -46,8 +46,10 @@ flex-direction: column; justify-content: space-between; align-items: center; - position:fixed; - left:545px; + position:absolute; + left:50%; + top:50%; + transform: translate(-50%, -50%); width: 600px; height: 1000px; z-index: 2; diff --git a/src/pages/settingPage.jsx b/src/pages/settingPage.jsx index dd9c2ba..b9c4d1c 100644 --- a/src/pages/settingPage.jsx +++ b/src/pages/settingPage.jsx @@ -61,6 +61,7 @@ const SettingPage = () => { return (
+ {/*
{!isRow && ( { most_man_path="wolf" /> )} -
+
*/} +
@@ -145,11 +147,12 @@ const SettingPage = () => {
+ {/* {!isRow && (
- )} + )}*/} ); };