feat(rag): honest deflection gate with amber UI state and alternative-question chips
This commit is contained in:
@@ -241,6 +241,18 @@ body {
|
||||
}
|
||||
.source-chip:hover { background: #e2e5fd; }
|
||||
|
||||
/* "Maybe try" chips under a deflected bubble (phase 04). Unlike the
|
||||
onboarding row (which scrolls horizontally on mobile), this group wraps
|
||||
at every width: the chips are the actionable follow-up, not decoration.
|
||||
The pills themselves reuse .suggestion-chip (>=44px, brand-soft/ink). */
|
||||
.maybe-try {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.45rem;
|
||||
padding-inline: 0.25rem;
|
||||
}
|
||||
|
||||
/* typing indicator */
|
||||
.typing { display: inline-flex; gap: 5px; padding: 0.9rem 1rem; }
|
||||
.typing span {
|
||||
|
||||
Reference in New Issue
Block a user