Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/app/globals.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -1511,8 +1511,14 @@ summary::-webkit-details-marker {
padding-inline: 0.25rem;
}

/* Phone answer dock: the "Try next" chip row sits directly above the pill with
no flex-gap owner (showFooterSearchChips is false on phones), so this margin
is the sole separator. It must stay positive — a negative value tucked the
chips' rounded underside beneath the pill's top edge/focus glow, reading as a
collision. Keep the gap just large enough to read as intentional without
pushing the row up into the content that shows through the scrim above. */
.answer-footer-search-edge .answer-suggestion-row-composer-followups {
margin-bottom: -0.125rem;
margin-bottom: 0.4375rem;
}

@media (max-width: 639px) {
Expand Down