mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
430 B
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-bodyis now capped at roughly three lines tall (max-height: calc(var(--font-text-size) * 1.5 * 3)) withoverflow-y: auto. The header stays compact and scrolls internally instead of pushing the note list down.