Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -5
index.html
CHANGED
|
@@ -226,6 +226,7 @@
|
|
| 226 |
padding: 10px; backdrop-filter: blur(12px);
|
| 227 |
-webkit-backdrop-filter: blur(12px);
|
| 228 |
box-shadow: 0 0 30px var(--ui-shadow-color);
|
|
|
|
| 229 |
}
|
| 230 |
|
| 231 |
#message-input {
|
|
@@ -293,8 +294,8 @@
|
|
| 293 |
#send-hint {
|
| 294 |
position: absolute;
|
| 295 |
bottom: 100%;
|
| 296 |
-
|
| 297 |
-
|
| 298 |
margin-bottom: 5px;
|
| 299 |
background-color: #222;
|
| 300 |
color: var(--eye-color);
|
|
@@ -303,7 +304,6 @@
|
|
| 303 |
font-size: 12px;
|
| 304 |
opacity: 0;
|
| 305 |
pointer-events: none;
|
| 306 |
-
transition: opacity 0.3s;
|
| 307 |
white-space: nowrap;
|
| 308 |
}
|
| 309 |
#send-hint.show {
|
|
@@ -359,9 +359,8 @@
|
|
| 359 |
</div>
|
| 360 |
<div id="chat-container"></div>
|
| 361 |
<div id="input-area">
|
|
|
|
| 362 |
<div id="send-button-container">
|
| 363 |
-
<!-- اصلاح کلیدی: راهنما به داخل کانتینر دکمه منتقل شد -->
|
| 364 |
-
<div id="send-hint">بکش پایین رها کن</div>
|
| 365 |
<div id="send-button">
|
| 366 |
<svg viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14m7-7l-7 7-7-7"/></svg>
|
| 367 |
</div>
|
|
|
|
| 226 |
padding: 10px; backdrop-filter: blur(12px);
|
| 227 |
-webkit-backdrop-filter: blur(12px);
|
| 228 |
box-shadow: 0 0 30px var(--ui-shadow-color);
|
| 229 |
+
position: relative;
|
| 230 |
}
|
| 231 |
|
| 232 |
#message-input {
|
|
|
|
| 294 |
#send-hint {
|
| 295 |
position: absolute;
|
| 296 |
bottom: 100%;
|
| 297 |
+
/* --- اصلاح کلیدی اینجا انجام شد --- */
|
| 298 |
+
right: 10px;
|
| 299 |
margin-bottom: 5px;
|
| 300 |
background-color: #222;
|
| 301 |
color: var(--eye-color);
|
|
|
|
| 304 |
font-size: 12px;
|
| 305 |
opacity: 0;
|
| 306 |
pointer-events: none;
|
|
|
|
| 307 |
white-space: nowrap;
|
| 308 |
}
|
| 309 |
#send-hint.show {
|
|
|
|
| 359 |
</div>
|
| 360 |
<div id="chat-container"></div>
|
| 361 |
<div id="input-area">
|
| 362 |
+
<div id="send-hint">بکش پایین رها کن</div>
|
| 363 |
<div id="send-button-container">
|
|
|
|
|
|
|
| 364 |
<div id="send-button">
|
| 365 |
<svg viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14m7-7l-7 7-7-7"/></svg>
|
| 366 |
</div>
|