Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
@@ -78,7 +78,7 @@
|
|
78 |
.btn-close {
|
79 |
position: absolute; /* Keep it absolute within the chat container */
|
80 |
top: 10px; /* Adjust top position */
|
81 |
-
|
82 |
background-color: #dc3545; /* Red color for close button */
|
83 |
color: white;
|
84 |
border: none; /* Remove border for a cleaner look */
|
@@ -111,7 +111,7 @@
|
|
111 |
<div id="chat-container" class="rounded p-4 shadow">
|
112 |
<input type="hidden" id="user-id" value="{{ user_id }}">
|
113 |
<button id="close-button" class="btn btn-close" aria-label="Close chat">
|
114 |
-
<i class="fas fa-
|
115 |
</button>
|
116 |
<div id="chat-history" class="mb-3"></div>
|
117 |
<div id="loading" class="spinner-border text-primary" role="status">
|
|
|
78 |
.btn-close {
|
79 |
position: absolute; /* Keep it absolute within the chat container */
|
80 |
top: 10px; /* Adjust top position */
|
81 |
+
right: 10px; /* Adjust left position */
|
82 |
background-color: #dc3545; /* Red color for close button */
|
83 |
color: white;
|
84 |
border: none; /* Remove border for a cleaner look */
|
|
|
111 |
<div id="chat-container" class="rounded p-4 shadow">
|
112 |
<input type="hidden" id="user-id" value="{{ user_id }}">
|
113 |
<button id="close-button" class="btn btn-close" aria-label="Close chat">
|
114 |
+
<i class="fas fa-arrow-left"></i>
|
115 |
</button>
|
116 |
<div id="chat-history" class="mb-3"></div>
|
117 |
<div id="loading" class="spinner-border text-primary" role="status">
|