Skip to content

Commit c896812

Browse files
committed
change padding
1 parent 8a7f825 commit c896812

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web_src/js/components/DiffFileTreeItem.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ a, a:hover {
6161
display: flex;
6262
flex-direction: column;
6363
gap: 1px;
64-
padding-left: 8px;
64+
margin-left: 13px;
6565
border-left: 1px solid var(--color-secondary);
6666
}
6767
6868
.sub-items .item-file {
69-
margin-left: 8px;
70-
padding-left: 16px;
69+
padding-left: 10px;
7170
}
7271
7372
.item-file.selected {

0 commit comments

Comments
 (0)