mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-28 13:13:48 +00:00
chore(ui): make use of the commit-group class, use semantic html for day groups and their headers
This commit is contained in:
parent
bf05110767
commit
60aec0b58e
2 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue