Skip to content

Commit 5790b68

Browse files
committed
Add border to file tree 'sub-items' and add padding to 'item-file'
1 parent 1d155a4 commit 5790b68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web_src/js/components/DiffFileTreeItem.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ a, a:hover {
5959
6060
.sub-items {
6161
padding-left: 9px;
62+
margin-left: 9px;
63+
border-left: 1px solid #808080;
6264
}
6365
6466
.item-file {
6567
margin-left: 20px;
68+
margin-top: 2px;
6669
}
6770
6871
.item-file.selected {

0 commit comments

Comments
 (0)