0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-24 06:13:13 +02:00

enhance(ui): add gap between file tree and diff on pr changes page (#37798)

### Before

<img width="410" height="324" alt="file-tree-before"
src="https://github.com/user-attachments/assets/cdc369a4-23b0-4f9c-8580-f87e84cb1400"
/>

### After

<img width="395" height="323" alt="file-tree-after"
src="https://github.com/user-attachments/assets/dd4932a6-f7f6-4b44-82cf-bcfaadadc18c"
/>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
metiftikci 2026-05-22 22:44:48 +03:00 committed by GitHub
parent 12fcd78e8e
commit f0eb065df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1578,6 +1578,7 @@ tbody.commit-list {
#diff-container {
display: flex;
gap: var(--page-spacing);
}
#diff-file-boxes {