Skip to content

Commit 8674886

Browse files
committed
tweaks
1 parent 462cfd4 commit 8674886

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web_src/css/repo/home.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.repo-grid-filelist-sidebar {
22
display: grid;
3-
grid-template-columns: auto 254px;
3+
grid-template-columns: auto 296px;
44
grid-template-rows: auto auto 1fr;
5+
gap: var(--page-spacing);
56
}
67

78
.repo-home-filelist {
@@ -13,13 +14,11 @@
1314
.repo-home-sidebar-top {
1415
grid-column: 2;
1516
grid-row: 1;
16-
padding-left: 1em;
1717
}
1818

1919
.repo-home-sidebar-bottom {
2020
grid-column: 2;
2121
grid-row: 2;
22-
padding-left: 1em;
2322
}
2423

2524
.repo-home-sidebar-bottom .flex-list > :first-child {

0 commit comments

Comments
 (0)