Skip to content

Commit 0ccb601

Browse files
dani-polaniclaude
andcommitted
fix(preview): shrink connectors a bit more under auto-fit (0.4 → 0.5)
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
1 parent ccf9ae9 commit 0ccb601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitext/src/lib/domain/autofit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function computeAutoFitScales(
5555
* only partially, so they don't vanish. `strength` is how much of the shrink to apply (0 = none,
5656
* 1 = full). `contentScale` is the overall text scale (e.g. the mean of the per-line scales).
5757
*/
58-
export const AUTOFIT_LINE_STRENGTH = 0.4;
58+
export const AUTOFIT_LINE_STRENGTH = 0.5;
5959
export const AUTOFIT_CREDIT_STRENGTH = 0.65;
6060

6161
export function chromeScale(contentScale: number, strength: number): number {

0 commit comments

Comments
 (0)