Skip to content

Resolve "Double border when stuck diff file header is at the bottom of the diff file"

What does this MR do and why?

When scrolling down, the sticky file header has a bottom border and the file wrapper has a bottom border. This double border is a minor graphical issue that shows a "thicker" (in appearance) bottom border.

Add margin bottom -1px on file holder margin-bottom by -1px so that the content border covered by the header.

Add margin top 1px on diff-content

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

Related to #472133

Edited by Sean Jin

Merge request reports

Loading