thunderbird-patch-review
Easy-to-use patch review interface for Thunderbird
Contribute: ~marcc/thunderbird-review-plugin@lists.sr.ht
git clone git://mccd.space/thunderbird-patch-review
| Log | Files | Refs | README | LICENSE |
commit 2e04f24a83c7b232aabf9fdd13df28711357d6b2 parent b8ab32ae75bafc8224bcd1317f468a16d1103467 Author: Pi Agent <agent@pi.local> Date: Sat, 18 Jul 2026 13:07:44 +0200 review: render patch From/Subject header labels in monospace too Diffstat:
| M | extension/review/review.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/review/review.css b/extension/review/review.css
@@ -217,7 +217,7 @@ button.primary:hover { color: #fff; opacity: 0.9; }
.commit-message .patch-headers {
margin: 0 0 0.5rem;
- font: 12px/1.5 -apple-system, "Segoe UI", sans-serif;
+ font: 12px/1.5 ui-monospace, "Cascadia Mono", "Source Code Pro", monospace;
}
.commit-message .patch-headers dt {
display: inline;