thunderbird-patch-review
Simple email patch review tool for Thunderbird
git clone git://mccd.space/thunderbird-patch-reviewcommit 7c75d5416db368f6060479bf1107e60505390eb6
parent 690db80a5947ee75bf9278979797682e9af9081e
Author: Pi Agent <agent@pi.local>
Date: Sat, 18 Jul 2026 22:20:01 +0200
review: drop the commit-message bottom border to avoid a double divider
The next section (the general comment card or the first file's diff) already\nopens with its own top border, so the commit-message bottom border stacked\ninto a 2px divider. Remove it.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/extension/review/review.css b/extension/review/review.css
@@ -243,7 +243,6 @@ button.primary:hover { color: #fff; opacity: 0.9; }
margin: 0;
padding: 0.8rem 1rem;
border: 0;
- border-bottom: 1px solid var(--border);
border-radius: 0;
background: transparent;
white-space: pre-wrap;