Add a .unified class that will show before/after diff stacked

Wed Apr 09 2025

tucker.mcknight@gmail.com


    

62e62ceee32c8b8568abf8d408992a50f1f2b99a

darcs pull https://repos.tuckerm.us/repos/eleventy-darcs/branches/main -h 62e62ceee32c8b8568abf8d408992a50f1f2b99a
main.css:33
Before
After
.diff.unified {
  flex-wrap: wrap;
}
main.css:40
Before
After
.diff.unified .diff-left, .diff.unified .diff-right {
  flex: auto;
}
main.css:45
Before
After
}
.diff.unified .diff-right {
  border-left: none;
  padding-left: 0;