Skip to content

Feather MD v1.9.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:15

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-L621 to adjust #divider dimensions from width: 9px / margin: 0 -4px to width: 3px / margin: 0 -1px.
  • Offset the #divider::before active line position (left: 1px default, left: 0.5px dragging) for centered alignment.
  • Relocated the #divider::after interactive area to left: 0px and right: -9px to clear the editor's scroll footprint.