refactor: adjust thread max width and update button sizes in ComposerAction for improved UI consistency

This commit is contained in:
Anish Sarkar 2026-05-17 02:57:00 +05:30
parent b52e578021
commit bd1d1c42a7
3 changed files with 55 additions and 58 deletions

View file

@ -5,7 +5,7 @@ export default function Loading() {
<div
className="aui-root aui-thread-root @container flex h-full min-h-0 flex-col bg-main-panel"
style={{
["--thread-max-width" as string]: "44rem",
["--thread-max-width" as string]: "42rem",
}}
>
<div