From 8c0d0af5b61d743827f6d1a25fd92f07aa5f0d70 Mon Sep 17 00:00:00 2001 From: SuY3450 Date: Sun, 16 Feb 2025 21:38:16 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EC=95=B1=EB=B7=B0=EC=9D=BC=EB=95=8C?= =?UTF-8?q?=20=EB=B1=83=EC=A7=80=20=ED=98=B8=EB=B2=84=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/users/alarm.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/users/alarm.css b/static/users/alarm.css index b02f304..21c0240 100644 --- a/static/users/alarm.css +++ b/static/users/alarm.css @@ -134,6 +134,7 @@ justify-content: center; align-items: center; } + @media (max-width: 430px) { .alarm_container_ksy { width: 100%; @@ -161,4 +162,12 @@ left: 51%; } } - + + @media (max-width: 390px) { + .badge_overlay_text_kes { + width: 58%; + left: 44%; + } + } + + \ No newline at end of file From 6997dbae3886893066c1352bfa78fb117d7b0b4f Mon Sep 17 00:00:00 2001 From: kes0321 Date: Sun, 16 Feb 2025 21:41:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[feat]=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EC=BB=A4=EC=8A=A4=ED=85=80?= =?UTF-8?q?=ED=94=84=EB=A0=88=EC=9E=84=20=EC=8A=A4=ED=8B=B0=EC=BB=A4=20UX?= =?UTF-8?q?=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/diaries/custom_photo.css | 4 ++++ templates/diaries/pages/sticker.html | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/static/diaries/custom_photo.css b/static/diaries/custom_photo.css index 828d0f0..64848a9 100644 --- a/static/diaries/custom_photo.css +++ b/static/diaries/custom_photo.css @@ -299,4 +299,8 @@ input[type="range"]::-webkit-slider-thumb { .custom_save_btn_psy { width: 40%; } + + .sticker_resize_handle_kes { + display: none; + } } \ No newline at end of file diff --git a/templates/diaries/pages/sticker.html b/templates/diaries/pages/sticker.html index 510a577..696fb5b 100644 --- a/templates/diaries/pages/sticker.html +++ b/templates/diaries/pages/sticker.html @@ -75,7 +75,6 @@

o 스티커 선택

// 📱 모바일 크기 조절 이벤트 resizeHandle.addEventListener("touchstart", (event) => { - console.log("터치스타트") newStickerContainer.draggable = false; setTimeout(() => { newStickerContainer.draggable = true;