atom / settings-view

🔧 Edit Atom settings
MIT License
273 stars 275 forks source link

Fix sticky header gap #1112

Closed simurai closed 5 years ago

simurai commented 5 years ago

Requirements

Description of the Change

This fixes the 1px gap above sticky headers. Note: It's only reproducible on retina screens. Maybe a rounding error?

Before After
sticky-before sticky-after

Alternate Designs

N/A

Benefits

Less distracting.

Possible Drawbacks

If themes want to add a border or so, it might get cut off.

Applicable Issues

Fixes #1111