fix(ui): set bg to whole group, avoid cut border edges

This commit is contained in:
0ko 2025-08-05 12:39:38 +05:00 committed by iamyaash
commit 64d9787a1e

View file

@ -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;