Skip to content

Commit 6b86304

Browse files
committed
fix
1 parent 1fd53fd commit 6b86304

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web_src/css/repo/home.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
.repo-grid-tree-sidebar .repo-view-file-tree-sidebar {
7070
display: flex;
7171
flex-direction: column;
72-
gap: 0.25em;
72+
gap: 8px;
7373
max-height: 100vh;
7474
overflow: hidden;
7575
}
@@ -97,6 +97,10 @@
9797
overflow: auto;
9898
}
9999

100+
.repo-grid-tree-sidebar .repo-button-row {
101+
margin-top: 0 !important;
102+
}
103+
100104
@media (max-width: 767.98px) {
101105
.repo-grid-tree-sidebar {
102106
grid-template-columns: auto;

0 commit comments

Comments
 (0)