From 454340e95dd029e09f166e0782e3ad7f0a4ae242 Mon Sep 17 00:00:00 2001 From: heeyongKim <166043860+heeeeyong@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:26:05 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20MessageInput=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=EC=8B=9C=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EA=B9=A8?= =?UTF-8?q?=EC=A7=80=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/today-words/MessageInput.styled.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/today-words/MessageInput.styled.ts b/src/components/today-words/MessageInput.styled.ts index 61082502..14846cc5 100644 --- a/src/components/today-words/MessageInput.styled.ts +++ b/src/components/today-words/MessageInput.styled.ts @@ -63,7 +63,7 @@ export const MessageInput = styled.textarea` flex: 1; background: none; border: none; - padding: 10px 58px 10px 12px; + padding: 9px 58px 9px 12px; color: ${semanticColors.text.primary}; font-weight: ${typography.fontWeight.regular}; font-family: ${typography.fontFamily.primary}; @@ -91,7 +91,7 @@ export const MessageInput = styled.textarea` export const SendButton = styled.button<{ active: boolean }>` position: absolute; right: 4px; - bottom: 6px; + bottom: 7px; width: 42px; height: 28px; border-radius: 20px; From b57db1943baf4ddebc04b6d7684bc33ebe9181d6 Mon Sep 17 00:00:00 2001 From: heeyongKim <166043860+heeeeyong@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:51:32 +0900 Subject: [PATCH 2/3] chore: add maze snippet code --- index.html | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 6893d26b..6636234a 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,32 @@ + - - From 903c8eb57efeb847c5cdb8647ab598a460920deb Mon Sep 17 00:00:00 2001 From: heeyongKim <166043860+heeeeyong@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:53:26 +0900 Subject: [PATCH 3/3] chore: fix maze code --- index.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 6636234a..f03d910b 100644 --- a/index.html +++ b/index.html @@ -1,32 +1,32 @@ - - + if (!t) { + t = new Date().getTime(); + try { + m.sessionStorage.setItem('maze-us', t); + } catch (err) {} + } + + s = a.createElement('script'); + s.src = z + '?apiKey=' + e; + s.async = true; + a.getElementsByTagName('head')[0].appendChild(s); + m.mazeUniversalSnippetApiKey = e; + })( + window, + document, + 'https://snippet.maze.co/maze-universal-loader.js', + '77efe927-4d36-4c1a-9e5f-b47c9b90fff9', + ); +