* studio/frontend: grow chat composer to 16 rows and inset scrollbar Raise the composer textarea cap from 6 to 16 rows so the input keeps expanding as you type longer prompts. Also nudge the textarea in with mt-2 / mr-3 so the internal scrollbar no longer sits flush against the rounded edges of the chat composer surface. * studio/frontend: lower composer cap from 16 to 12 rows Keeps the composer growing past the previous 6-row cap while staying conservative enough that a fully expanded textarea does not cover the scroll-to-bottom button or a large slice of recent messages. * studio/frontend: use symmetric mx-3 inset on composer-input Replaces mr-3 with mx-3 (and width calc(100%-1.5rem)) so the textarea sits inset from both edges of the chat composer surface. Keeps the scrollbar tucked in regardless of writing direction: LTR scrolls on the right, RTL scrolls on the left, and both edges are now ~16px in from the surface (4px surface px-1 + 12px mx-3). |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||