Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- frontend/style.css +3 -2
frontend/style.css
CHANGED
|
@@ -449,7 +449,7 @@ body {
|
|
| 449 |
}
|
| 450 |
|
| 451 |
/* ── Message bubbles ── */
|
| 452 |
-
.msg { display: flex; flex-direction: column; gap: 6px; animation: fadeUp 0.3s ease; }
|
| 453 |
|
| 454 |
.msg-user { align-items: flex-end; }
|
| 455 |
.msg-ai { align-items: flex-start; }
|
|
@@ -846,12 +846,13 @@ body {
|
|
| 846 |
color: var(--text-2);
|
| 847 |
font-size: 13px;
|
| 848 |
cursor: pointer;
|
| 849 |
-
transition:
|
| 850 |
}
|
| 851 |
.analytics-btn:hover {
|
| 852 |
background: var(--navy-3);
|
| 853 |
border-color: var(--border-gold);
|
| 854 |
color: var(--text-1);
|
|
|
|
| 855 |
}
|
| 856 |
.analytics-inner {
|
| 857 |
max-width: 900px;
|
|
|
|
| 449 |
}
|
| 450 |
|
| 451 |
/* ── Message bubbles ── */
|
| 452 |
+
.msg { display: flex; flex-direction: column; gap: 6px; animation: fadeUp 0.3s ease; width: 100%; }
|
| 453 |
|
| 454 |
.msg-user { align-items: flex-end; }
|
| 455 |
.msg-ai { align-items: flex-start; }
|
|
|
|
| 846 |
color: var(--text-2);
|
| 847 |
font-size: 13px;
|
| 848 |
cursor: pointer;
|
| 849 |
+
transition: background var(--transition), border-color var(--transition), color var(--transition);
|
| 850 |
}
|
| 851 |
.analytics-btn:hover {
|
| 852 |
background: var(--navy-3);
|
| 853 |
border-color: var(--border-gold);
|
| 854 |
color: var(--text-1);
|
| 855 |
+
transform: none;
|
| 856 |
}
|
| 857 |
.analytics-inner {
|
| 858 |
max-width: 900px;
|