Make some layout tweaks to the two-up mode for image diffs.

Review Request #13575 — Created Feb. 27, 2024 and submitted

Information

Review Board
release-7.x

Reviewers

The two-up mode was displaying the images as floating with the
vertical-align being the baseline, but this didn't match the way the
other diff modes aligned things (at the top). This changes the layout to
use flexbox to achieve the same layout but have things aligned at the
top of the container instead of the bottom.

Looked at an image diff.

Summary ID
Make some layout tweaks to the two-up mode for image diffs.
The two-up mode was displaying the images as floating with the vertical-align being the baseline, but this didn't match the way the other diff modes aligned things (at the top). This changes the layout to use flexbox to achieve the same layout but have things aligned at the top of the container instead of the bottom. Testing Done: Looked at an image diff.
bc285f1ee89a1fc0141a873005b620397b961b03
maubin
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-7.x (a1effb3)
Loading...