Skip to content

Commit 98f893d

Browse files
committed
Optimize Layout Styles of Filelist
1 parent 9ebae4a commit 98f893d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web_src/css/repo/home-file-list.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
}
1515
}
1616

17-
#repo-files-table .repo-file-cell.name .svg {
18-
margin-right: 2px;
19-
}
20-
2117
#repo-files-table .svg.octicon-file-directory-fill,
2218
#repo-files-table .svg.octicon-file-submodule {
2319
color: var(--color-primary);
@@ -70,6 +66,9 @@
7066
}
7167

7268
#repo-files-table .repo-file-cell.name {
69+
display: flex;
70+
align-items: center;
71+
gap: 0.5em;
7372
white-space: nowrap;
7473
overflow: hidden;
7574
text-overflow: ellipsis;

0 commit comments

Comments
 (0)