~bigbes/sr-ht-compare: 44cc9550

web: remove grey padding bands inside each diff file

Two sources put a grey strip above the first line and below the last,
inside the file border:

- The shared `base` partial's `section { padding-bottom: .5rem }` applied
  to .diff-file (it is a <section>). Cancel it with padding-bottom: 0.
- The @pierre/diffs vertical code padding (--diffs-gap-block, default 8px)
  above the first and below the last line. Set it to 0 on #diff-root; it
  inherits into the DIFFS-CONTAINER shadow DOM. Horizontal code padding
  (--diffs-gap-inline) is left on its default.

Re-hashed the embedded stylesheet.

bigbes <bigbes@gmail.com> — 2026-07-19 16:08:53 UTC

Commit 44cc9550c40713625fc5cb32c2d0651e1a9838f1view raw patch

Parent(s): 9df88758

2 changed file(s)

FileStatus+
scss/main.scss M +10
web/static/main.min.bebd3278.cssweb/static/main.min.051da28d.css R +1 -1