mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-29 05:33:53 +00:00
fix(ui): set bg to whole group, avoid cut border edges
This commit is contained in:
parent
bbf8a8dc73
commit
64d9787a1e
1 changed files with 1 additions and 1 deletions
|
@ -2771,6 +2771,7 @@ tbody.commit-list {
|
|||
|
||||
.commit-group {
|
||||
margin-bottom: 1rem;
|
||||
background: var(--color-box-body);
|
||||
}
|
||||
|
||||
.commit-group h4 {
|
||||
|
@ -2780,7 +2781,6 @@ tbody.commit-list {
|
|||
/* Redesigned commit layout using responsive grid configuration */
|
||||
.commit-timeline {
|
||||
display: grid;
|
||||
background: var(--color-box-body);
|
||||
padding: 0.5rem;
|
||||
row-gap: 0.5rem;
|
||||
grid-template-columns: minmax(8ch, 15%) 1fr minmax(20ch, 1%) minmax(10ch, 10%) auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue