style unify commit pill and filter pill dimensions in toolbar

Both .commit-pill (in toolbar-filters) and .toolbar-filter-value now share the same padding, font-size, font-weight, text-transform, and border-radius for consistent pill appearance in the toolbar.

Commit
2289296ee4e8f8dbf7a2ba02642f7df2bf21ab03
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
lib/static/styles.css
index fbbe954a..d082da74 100644..100644
@@ -543,11 +543,12 @@
543 543 .toolbar-filter-value {
544 544 display: inline-flex;
545 545 align-items: center;
546 Removed: min-height: var(--target-size);
547 546 padding: 0.4em 0.9em;
548 547 border-radius: 9999px;
549 548 font-family: monospace;
550 549 font-size: 0.8em;
550 Added: font-weight: 600;
551 Added: text-transform: uppercase;
551 552 color: white;
552 553 background-color: #2d2d2d;
553 554 box-sizing: border-box;
@@ -602,8 +603,9 @@
602 603 }
603 604
604 605 .toolbar-filters .commit-pill {
605 Removed: min-height: auto;
606 Added: margin: 0;
606 607 box-sizing: border-box;
608 Added: }
607 609 }
608 610
609 611 .toolbar-pagination {