Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +0 -7
index.html
CHANGED
|
@@ -318,18 +318,12 @@
|
|
| 318 |
|
| 319 |
.history-question {
|
| 320 |
font-weight: 500;
|
| 321 |
-
margin-bottom: 5px;
|
| 322 |
display: -webkit-box;
|
| 323 |
-webkit-line-clamp: 2;
|
| 324 |
-webkit-box-orient: vertical;
|
| 325 |
overflow: hidden;
|
| 326 |
}
|
| 327 |
|
| 328 |
-
.history-date {
|
| 329 |
-
font-size: 0.8rem;
|
| 330 |
-
color: var(--gray);
|
| 331 |
-
}
|
| 332 |
-
|
| 333 |
/* Typing indicator */
|
| 334 |
.typing-indicator {
|
| 335 |
display: flex;
|
|
@@ -675,7 +669,6 @@
|
|
| 675 |
historyItem.className = 'history-item';
|
| 676 |
historyItem.innerHTML = `
|
| 677 |
<div class="history-question">${truncateText(item.q, 70)}</div>
|
| 678 |
-
|
| 679 |
`;
|
| 680 |
historyItem.addEventListener('click', () => {
|
| 681 |
scrollToMessage(item.q);
|
|
|
|
| 318 |
|
| 319 |
.history-question {
|
| 320 |
font-weight: 500;
|
|
|
|
| 321 |
display: -webkit-box;
|
| 322 |
-webkit-line-clamp: 2;
|
| 323 |
-webkit-box-orient: vertical;
|
| 324 |
overflow: hidden;
|
| 325 |
}
|
| 326 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 327 |
/* Typing indicator */
|
| 328 |
.typing-indicator {
|
| 329 |
display: flex;
|
|
|
|
| 669 |
historyItem.className = 'history-item';
|
| 670 |
historyItem.innerHTML = `
|
| 671 |
<div class="history-question">${truncateText(item.q, 70)}</div>
|
|
|
|
| 672 |
`;
|
| 673 |
historyItem.addEventListener('click', () => {
|
| 674 |
scrollToMessage(item.q);
|