From b1acf1532e7404ed8deb745732c9296a8a2e280c Mon Sep 17 00:00:00 2001 From: Sanskar Tiwari Date: Tue, 16 May 2023 04:42:50 +0530 Subject: [PATCH 1/2] make swipe button cursor pointer since it is a button --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 0d415f11d..c60b711dc 100644 --- a/public/style.css +++ b/public/style.css @@ -527,6 +527,7 @@ code { grid-column-start: 4; flex-flow: column; font-size: 30px; + cursor: pointer; } .swipe_right img, From b823d40df690bc6a2ce4d16dc9e8db7c31a6432a Mon Sep 17 00:00:00 2001 From: Sanskar Tiwari Date: Tue, 16 May 2023 04:44:10 +0530 Subject: [PATCH 2/2] ocd whitespace --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index b1c98b2fa..dab17418d 100644 --- a/public/script.js +++ b/public/script.js @@ -2743,7 +2743,7 @@ function saveReply(type, getMessage, this_mes_is_name, title) { } else { item['swipe_id'] = 0; item['swipes'] = []; - item['swipes'][0] = chat[chat.length - 1]['mes']; + item['swipes'][0] = chat[chat.length - 1]['mes']; } return { type, getMessage };