From 64d9787a1e720df13c620ff74940f8cfa9e909a5 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Tue, 5 Aug 2025 12:39:38 +0500 Subject: [PATCH] fix(ui): set bg to whole group, avoid cut border edges --- web_src/css/repo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 277e6fb7a6..8318b325f1 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -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;