@@ -277,16 +277,16 @@ button, input { font: inherit; } |
| 277 |
.commit-group { margin: 0 0 28px; } |
277 |
.commit-group { margin: 0 0 28px; } |
| 278 |
.commit-group > h2 { margin: 0 0 9px; font-size: 15px; font-weight: 600; } |
278 |
.commit-group > h2 { margin: 0 0 9px; font-size: 15px; font-weight: 600; } |
| 279 |
.commit-list { overflow: hidden; border: 1px solid var(--border); border-radius: 7px; } |
279 |
.commit-list { overflow: hidden; border: 1px solid var(--border); border-radius: 7px; } |
| 280 |
.commit-list-row { min-height: 67px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 10px 14px; border-top: 1px solid var(--border-muted); } |
280 |
.commit-list-row { min-height: 67px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 10px 14px; border-top: 1px solid var(--border-muted); } |
| 281 |
.commit-list-row:first-child { border-top: 0; } |
281 |
.commit-list-row:first-child { border-top: 0; } |
| 282 |
.commit-list-row:target { background: var(--attention-bg); } |
282 |
.commit-list-row:target { background: var(--attention-bg); } |
| 283 |
.commit-list-row:hover { background: var(--canvas); } |
283 |
.commit-list-row:hover { background: var(--canvas); } |
| 284 |
.commit-list-row:target:hover { background: var(--attention-bg); } |
284 |
.commit-list-row:target:hover { background: var(--attention-bg); } |
| 285 |
.commit-list-row .commit-avatar { width: 34px; height: 34px; } |
|
|
| 286 |
.commit-list-body { min-width: 0; display: flex; flex-direction: column; } |
285 |
.commit-list-body { min-width: 0; display: flex; flex-direction: column; } |
| 287 |
.commit-list-message { overflow: hidden; color: var(--text); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; } |
286 |
.commit-list-message { overflow: hidden; color: var(--text); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; } |
| 288 |
.commit-list-message:hover, .commit-list-message:focus { color: var(--text); text-decoration: underline; } |
287 |
.commit-list-message:hover, .commit-list-message:focus { color: var(--text); text-decoration: underline; } |
| 289 |
.commit-list-body > span { color: var(--muted); font-size: 12px; } |
288 |
.commit-list-body > span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; } |
|
|
289 |
.commit-list-avatar { width: 16px; height: 16px; } |
| 290 |
.commit-list-body > span strong { color: var(--text); } |
290 |
.commit-list-body > span strong { color: var(--text); } |
| 291 |
.commit-list-actions { display: inline-flex; align-items: center; gap: 6px; } |
291 |
.commit-list-actions { display: inline-flex; align-items: center; gap: 6px; } |
| 292 |
.commit-sha { padding: 4px 8px; border: 1px solid var(--border); border-radius: 6px; color: var(--text); background: var(--canvas); font: 12px ui-monospace, SFMono-Regular, Consolas, monospace; } |
292 |
.commit-sha { padding: 4px 8px; border: 1px solid var(--border); border-radius: 6px; color: var(--text); background: var(--canvas); font: 12px ui-monospace, SFMono-Regular, Consolas, monospace; } |
@@ -305,7 +305,8 @@ button, input { font: inherit; } |
| 305 |
.commit-copy.is-copied { color: var(--green); background: var(--success-bg); } |
305 |
.commit-copy.is-copied { color: var(--green); background: var(--success-bg); } |
| 306 |
.commit-body { margin: 0; padding: 14px 16px; overflow: auto; border-bottom: 1px solid var(--border-muted); color: var(--text); background: var(--bg); font: 13px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; } |
306 |
.commit-body { margin: 0; padding: 14px 16px; overflow: auto; border-bottom: 1px solid var(--border-muted); color: var(--text); background: var(--bg); font: 13px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; } |
| 307 |
.commit-author-row { min-height: 28px; margin: -6px 0 12px; display: flex; align-items: center; gap: 9px; } |
307 |
.commit-author-row { min-height: 28px; margin: -6px 0 12px; display: flex; align-items: center; gap: 9px; } |
| 308 |
.commit-author-row > span { color: var(--muted); } |
308 |
.commit-author-row > span { display: flex; align-items: center; gap: 5px; color: var(--muted); } |
|
|
309 |
.commit-author-row .commit-avatar { width: 20px; height: 20px; } |
| 309 |
.commit-author-row strong { color: var(--text); } |
310 |
.commit-author-row strong { color: var(--text); } |
| 310 |
.commit-identifiers { min-height: 48px; padding: 8px 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; color: var(--muted); font-size: 12px; } |
311 |
.commit-identifiers { min-height: 48px; padding: 8px 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; color: var(--muted); font-size: 12px; } |
| 311 |
.commit-identifiers code { color: var(--text); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; } |
312 |
.commit-identifiers code { color: var(--text); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; } |
@@ -392,7 +393,7 @@ button, input { font: inherit; } |
| 392 |
.row-message { display: none; } |
393 |
.row-message { display: none; } |
| 393 |
.markdown-body { padding: 22px 18px; } |
394 |
.markdown-body { padding: 22px 18px; } |
| 394 |
.branch-popover, .clone-popover { position: fixed; top: 74px; left: 12px; right: 12px; width: auto; } |
395 |
.branch-popover, .clone-popover { position: fixed; top: 74px; left: 12px; right: 12px; width: auto; } |
| 395 |
.commit-list-row { grid-template-columns: 34px minmax(0,1fr); } |
396 |
.commit-list-row { grid-template-columns: minmax(0,1fr); } |
| 396 |
.commit-list-actions { display: none; } |
397 |
.commit-list-actions { display: none; } |
| 397 |
.commit-summary-title { align-items: center; } |
398 |
.commit-summary-title { align-items: center; } |
| 398 |
.commit-page-heading h1 { font-size: 20px; } |
399 |
.commit-page-heading h1 { font-size: 20px; } |