Feather MD v1.9.2
This is a minor UI quality-of-life update that resolves usability issues in split-pane mode.
Summary:
- Slimmed down the visible drag bar between the editor and preview screens.
- Fixed a layout bug where the invisible grab region of the separator would overlap the editor scrollbar, preventing clicks and scroll interactions near the right edge of the editor.
Details:
- Modified
base.css#L585-L621to adjust#dividerdimensions fromwidth: 9px/margin: 0 -4pxtowidth: 3px/margin: 0 -1px. - Offset the
#divider::beforeactive line position (left: 1pxdefault,left: 0.5pxdragging) for centered alignment. - Relocated the
#divider::afterinteractive area toleft: 0pxandright: -9pxto clear the editor's scroll footprint.