mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 03:03:56 +02:00
576px was calibrated against the 45-75 character range quoted for book typography. That is the wrong target for this surface: the issue-detail column carries sub-issue tables, comment threads and a composer, so sizing it like an article column starves the non-prose UI and makes the app read like a blog post. Size for CJK instead, which is what actually binds here — full-width glyphs are comfortable to about 45 per line, and 672px is the widest column that keeps both the description (43) and comment bodies (38) under that. description 608px of text ~90 Latin / ~43 CJK comment body 536px of text ~80 Latin / ~38 CJK That is roughly where Linear sits, and still a large improvement on the original 832px = ~122 Latin / ~59 CJK. Skeleton column updated to match. Co-authored-by: multica-agent <github@multica.ai>