diff --git a/static/index.html b/static/index.html index b6839ad..64e0e99 100644 --- a/static/index.html +++ b/static/index.html @@ -11,15 +11,15 @@
-

AAII

+

AAII +
+

-
-
diff --git a/static/script.js b/static/script.js index 8b68b5e..79562a8 100644 --- a/static/script.js +++ b/static/script.js @@ -95,7 +95,7 @@ let typingTimeout; function showTypingIndicator() { clearTimeout(typingTimeout); - typingIndicator.style.display = "inline-block"; + typingIndicator.style.display = "inline-flex"; } function hideTypingIndicator() { diff --git a/static/style.css b/static/style.css index 3892421..e680e43 100644 --- a/static/style.css +++ b/static/style.css @@ -146,9 +146,6 @@ input[type="text"] { .typing-indicator { display: none; - align-items: center; - justify-content: flex-end; - margin-top: 8px; width: 10px; height: 10px; background-color: #333;