The thread view's content column is capped at 760px (max-w-[760px]). On a wide display that leaves a lot of unused space, especially for diffs, tables and code blocks.
Would it be possible to expose this as a setting — e.g. Settings → Appearance with narrow / wide / full, or bb settings general contentMaxWidth <value>? Today the only workaround is a custom theme overriding the utility class, which breaks whenever you switch palettes.
I searched for existing issues and found only table-related ones (#1705, #3269), so filing this separately.
Thanks for bb — it's excellent.
The thread view's content column is capped at 760px (
max-w-[760px]). On a wide display that leaves a lot of unused space, especially for diffs, tables and code blocks.Would it be possible to expose this as a setting — e.g. Settings → Appearance with narrow / wide / full, or
bb settings general contentMaxWidth <value>? Today the only workaround is a custom theme overriding the utility class, which breaks whenever you switch palettes.I searched for existing issues and found only table-related ones (#1705, #3269), so filing this separately.
Thanks for bb — it's excellent.