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

commit 5d296c484fc578c9b083d83e578460d1c2f941b3
parent 0eb1fe7204f85ab25d50c6198eeec3a54ba489e8
Author: Pi Agent <agent@pi.local>
Date:   Sat, 18 Jul 2026 22:11:33 +0200

review: shrink the repo chip (cap at 18rem, fit content)

Diffstat:
Mextension/review/review.css | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/extension/review/review.css b/extension/review/review.css
@@ -71,8 +71,7 @@ body {
 
 
 #repo-path {
-  width: 22rem;
-  max-width: 40vw;
+  max-width: 18rem;
   padding: 0.3rem 0.6rem;
   border: 1px solid var(--border);
   border-radius: 6px;