Show repo contributor count
- SHA
7ca1941238a423ddaffc59e31b2a3067018dee9a- Parents
-
193d385 - Tree
c315ee7
7ca1941
7ca1941238a423ddaffc59e31b2a3067018dee9a193d385
c315ee7| Status | File | + | - |
|---|---|---|---|
| M |
internal/web/static/css/shithub.css
|
11 | 0 |
| M |
internal/web/templates/_repo_about_sidebar.html
|
4 | 1 |
internal/web/static/css/shithub.cssmodified@@ -1436,6 +1436,17 @@ button.shithub-repo-action { | ||
| 1436 | 1436 | .shithub-repo-about-section-heading { |
| 1437 | 1437 | margin-bottom: 0.5rem; |
| 1438 | 1438 | } |
| 1439 | +.shithub-repo-section-count { | |
| 1440 | + min-width: 1.25rem; | |
| 1441 | + padding: 0 0.35rem; | |
| 1442 | + border-radius: 999px; | |
| 1443 | + background: var(--neutral-muted); | |
| 1444 | + color: var(--fg-default); | |
| 1445 | + font-size: 0.75rem; | |
| 1446 | + font-weight: 600; | |
| 1447 | + line-height: 1.5; | |
| 1448 | + text-align: center; | |
| 1449 | +} | |
| 1439 | 1450 | .shithub-repo-contributors { |
| 1440 | 1451 | display: flex; |
| 1441 | 1452 | flex-direction: column; |