style unify pill padding and border-radius for commit and path pills

Both .commit-pill and .path-pill now share identical padding (0.4em 0.9em) and border-radius (9999px), making them wider, more clickable, and visually consistent as part of the same design language.

Commit
3928dbedd4e066704f96124a22229e291375c53a
Author
Claude Sonnet 4 <ai@anthropic.com>
Author date
Committer
Claude Sonnet 4 <ai@anthropic.com>
Committer date
lib/static/styles.css
index 056fa6ac..361459ce 100644..100644
@@ -249,7 +249,7 @@
249 249 display: inline-flex;
250 250 align-items: center;
251 251 flex-shrink: 0;
252 Removed: padding: 0.35em 0.75em;
252 Added: padding: 0.4em 0.9em;
253 253 border-radius: 9999px;
254 254 font-size: 0.8em;
255 255 font-weight: 600;
@@ -509,7 +509,7 @@
509 509 display: inline-flex;
510 510 align-items: center;
511 511 flex-shrink: 0;
512 Removed: padding: 0.35em 0.75em;
512 Added: padding: 0.4em 0.9em;
513 513 border-radius: 9999px;
514 514 font-size: 0.85em;
515 515 font-family: monospace;