grub-basket_SP/release-notes/0.71.15.md

430 B

0.71.15 — Focused-header body capped at ~3 lines

After the JD index Preview overwrites a home note with a full hierarchy, the focused-header strip was eating up to half the viewport.

  • .stashpad-focused-body is now capped at roughly three lines tall (max-height: calc(var(--font-text-size) * 1.5 * 3)) with overflow-y: auto. The header stays compact and scrolls internally instead of pushing the note list down.