chore(ui): make use of the commit-group class, use semantic html for day groups and their headers

This commit is contained in:
0ko 2025-08-05 11:56:08 +05:00 committed by iamyaash
commit 60aec0b58e
2 changed files with 12 additions and 3 deletions

View file

@ -2768,6 +2768,15 @@ tbody.commit-list {
}
/* Layout for templates/repo/pulls/commits_list.tmpl */
.commit-group {
margin-bottom: 1rem;
}
.commit-group h4 {
font-weight: var(--font-weight-semibold);
}
/* Redesigned commit layout using responsive grid configuration */
.commit-timeline {
display: grid;