Skip to content

Commit 4614d9a

Browse files
authored
[Merge] pictory v1.43
pictory v1.43
2 parents a593e2f + 23ed8ce commit 4614d9a

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

static/diaries/custom_photo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,8 @@ input[type="range"]::-webkit-slider-thumb {
299299
.custom_save_btn_psy {
300300
width: 40%;
301301
}
302+
303+
.sticker_resize_handle_kes {
304+
display: none;
305+
}
302306
}

static/users/alarm.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
justify-content: center;
135135
align-items: center;
136136
}
137+
137138
@media (max-width: 430px) {
138139
.alarm_container_ksy {
139140
width: 100%;
@@ -161,4 +162,12 @@
161162
left: 51%;
162163
}
163164
}
164-
165+
166+
@media (max-width: 390px) {
167+
.badge_overlay_text_kes {
168+
width: 58%;
169+
left: 44%;
170+
}
171+
}
172+
173+

templates/diaries/pages/sticker.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ <h3>o 스티커 선택</h3>
7575

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

0 commit comments

Comments
 (0)