| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-15 18:25:50 GMT-0800 |
| Commit | 5bb5e6e96101b89ff64e2b824df5983d86b7cf1d |
| Parent | d0dc36f |
| } | ||
| + .commit-details { | ||
| + padding: 15px; | ||
| + } | ||
| + | ||
| + .commit-title { | ||
| + font-size: 1.1rem; | ||
| + word-break: break-word; | ||
| + } | ||
| + | ||
| + .commit-info-row { | ||
| + flex-direction: column; | ||
| + gap: 2px; | ||
| + margin-bottom: 10px; | ||
| + } | ||
| + | ||
| + .commit-info-label { | ||
| + width: 100%; | ||
| + font-size: 0.8rem; | ||
| + color: #8b949e; | ||
| + } | ||
| + | ||
| + .commit-info-value { | ||
| + word-break: break-all; | ||
| + font-family: 'SFMono-Regular', Consolas, monospace; | ||
| + font-size: 0.9rem; | ||
| + padding-left: 0; | ||
| + } | ||
| + | ||
| .commit-row { | ||
| flex-direction: column; |
| Delta | 28 lines added, 0 lines removed, 28-line increase |
|---|