Skip to content

Commit fba4ee7

Browse files
authored
Add gap between diff boxes (#27776)
Before (almost no gap between files): <img width="1240" alt="Screenshot 2023-10-24 at 19 43 32" src="https://github.com/go-gitea/gitea/assets/115237/30cdbdbc-d102-479c-89ce-3f68837ae0cd"> After (with 8px gap): <img width="1241" alt="Screenshot 2023-10-24 at 19 43 22" src="https://github.com/go-gitea/gitea/assets/115237/72b26a30-8730-4a36-8de9-be143b684b98">
1 parent 796ff26 commit fba4ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web_src/css/repo.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,6 +2734,9 @@ tbody.commit-list {
27342734
#diff-file-boxes {
27352735
flex: 1;
27362736
max-width: 100%;
2737+
display: flex;
2738+
flex-direction: column;
2739+
gap: 8px;
27372740
}
27382741

27392742
#diff-file-tree {

0 commit comments

Comments
 (0)