From 4e6a800bf88f28c3451c5f1458e8fbfee19214e9 Mon Sep 17 00:00:00 2001 From: MD03 <115721290+manikdamle@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:45:32 +0530 Subject: [PATCH 1/3] Update login.ejs Signed-off-by: MD03 <115721290+manikdamle@users.noreply.github.com> --- views/login.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/login.ejs b/views/login.ejs index cb2ab0f6..5578257f 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -63,7 +63,7 @@ color: aqua; cursor: pointer; position: absolute; /* Make it absolute */ - right: auto; /* Position it to the right */ + right: 30px; /* Position it to the right */ top: 50%; /* Center it vertically */ transform: translateY(-50%) ;/* Adjust for centering */ pointer-events: auto; /* Allow clicks on the icon */ @@ -253,4 +253,4 @@ chatbotId="fZnpFqGqi_Ol7GFejzNXo" domain="www.chatbase.co" defer> - \ No newline at end of file + From 9a036f3b8038efda4c94e8ffc238c6f456e1911c Mon Sep 17 00:00:00 2001 From: MD03 <115721290+manikdamle@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:47:46 +0530 Subject: [PATCH 2/3] Update login.ejs Signed-off-by: MD03 <115721290+manikdamle@users.noreply.github.com> --- views/login.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/login.ejs b/views/login.ejs index 5578257f..826b8b9b 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -63,7 +63,7 @@ color: aqua; cursor: pointer; position: absolute; /* Make it absolute */ - right: 30px; /* Position it to the right */ + right: 50px; /* Position it to the right */ top: 50%; /* Center it vertically */ transform: translateY(-50%) ;/* Adjust for centering */ pointer-events: auto; /* Allow clicks on the icon */ From a670dada2df25e445d434f3c4e0ae91bfd45a562 Mon Sep 17 00:00:00 2001 From: MD03 <115721290+manikdamle@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:49:42 +0530 Subject: [PATCH 3/3] Update login.ejs Signed-off-by: MD03 <115721290+manikdamle@users.noreply.github.com> --- views/login.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/login.ejs b/views/login.ejs index 826b8b9b..f63874e3 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -63,7 +63,7 @@ color: aqua; cursor: pointer; position: absolute; /* Make it absolute */ - right: 50px; /* Position it to the right */ + right: 10px; /* Position it to the right */ top: 50%; /* Center it vertically */ transform: translateY(-50%) ;/* Adjust for centering */ pointer-events: auto; /* Allow clicks on the icon */