diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 diff --git a/website/templates/includes/header.html b/website/templates/includes/header.html index 97a428f2c5..338a154c1c 100644 --- a/website/templates/includes/header.html +++ b/website/templates/includes/header.html @@ -31,26 +31,37 @@ .chatbot { display: none; position: fixed; - bottom: 7%; + bottom: 3%; right: 1%; max-width: 400px; width: 100%; background-color: white; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); - height: 450px; - /* Fixed height */ + height: 500px; + + @media (max-width: 768px) { + right: 50%; + transform: translateX(50%); + max-width: 95%; + } + } .chat-icon { position: fixed; - bottom: 4%; - right: 4%; + bottom: 3%; + right: 2%; background-color: rgb(209, 16, 16); + transition: opacity 0.2s; + &:hover { + opacity: 0.8; + } /* Red color */ border-radius: 50%; - width: 50px; - height: 50px; + padding: 10px; + width: 55px; + height: 55px; display: flex; align-items: center; justify-content: center; @@ -68,25 +79,25 @@ } .chat-log { - max-height: 320px; + max-height: 295px; /* Adjusted height */ overflow-y: auto; - height: 320px; + height: 295px; /* Fixed height */ } .loading { display: none; - position: fixed; + {% comment %} position: fixed; bottom: 100px; - right: 10.5%; +right: 10.5%;{% endcomment %} justify-content: center; align-items: center; - padding: 10px; + font-size: 2xl; + padding: 10px; background-color: #ffffffe6; /* Semi-transparent background */ - border-radius: 12px; - box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); + border-radius: 8px; } .chat-Zindex { @@ -393,36 +404,40 @@
We reply immediately
+We respond instantly!
+