kimi-code/.changeset/web-composer-toolbar-responsive.md
qer a5fbcb75b4
fix(kimi-web): keep composer toolbar usable on narrow windows (#1436)
The desktop composer toolbar renders every control on one row and relies on
overflow:hidden to fit, so between the mobile breakpoint and a wide window it
clipped its own content. Shed secondary ink below 980px (the context readout
moves into the ring tooltip, the model name truncates earlier, permission is
capped) and keep the context ring visible on phones too, instead of sending it
to the settings sheet.
2026-07-06 21:54:38 +08:00

183 B

@moonshot-ai/kimi-code
patch

web: Keep the composer toolbar from clipping its controls on narrow windows and phones, with the context ring staying visible at every width.