[codex] fix follow-up suggestions layout (#2836)

* fix follow-up suggestions layout

* fix agent chat welcome layout transition

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
DanielWalnut
2026-05-10 15:10:44 +08:00
committed by GitHub
parent 08ee7adeba
commit dfa4eb0c1a
4 changed files with 101 additions and 74 deletions
@@ -44,8 +44,7 @@ import {
import { MessageListSkeleton } from "./skeleton";
import { SubtaskCard } from "./subtask-card";
export const MESSAGE_LIST_DEFAULT_PADDING_BOTTOM = 160;
export const MESSAGE_LIST_FOLLOWUPS_EXTRA_PADDING_BOTTOM = 80;
export const MESSAGE_LIST_DEFAULT_PADDING_BOTTOM = 24;
const LOAD_MORE_HISTORY_THROTTLE_MS = 1200;