tui: simplify prompt mode toggle icon colors via CSS and tighten message timeline padding

This commit is contained in:
David Hill
2026-02-17 20:09:42 +00:00
parent bab3124e8b
commit 92912219df
3 changed files with 23 additions and 17 deletions

View File

@@ -165,7 +165,7 @@ export function MessageTimeline(props: {
"sticky top-0 z-30 bg-[linear-gradient(to_bottom,var(--background-stronger)_48px,transparent)]": true,
"w-full": true,
"pb-4": true,
"pl-2 pr-4 md:pl-4 md:pr-6": true,
"pl-2 pr-3 md:pl-4 md:pr-3": true,
"md:max-w-200 md:mx-auto 2xl:max-w-[1000px]": props.centered,
}}
>