File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div class="repo-home-sidebar-top">
2
- <form class="ignore-dirty tw-flex tw-flex-1 tw-mt-1 " action="{{.RepoLink}}/search" method="get">
2
+ <form class="ignore-dirty tw-flex tw-flex-1" action="{{.RepoLink}}/search" method="get">
3
3
<div class="ui small action input tw-flex-1">
4
4
<input name="q" size="10" placeholder="{{ctx.Locale.Tr "search.code_kind"}}"> {{template "shared/search/button"}}
5
5
</div>
Original file line number Diff line number Diff line change 1
1
{{if and (not .HideRepoInfo) (not .IsBlame)}}
2
- <div class="ui segments repository-summary tw-mt-1 tw-mb -0">
2
+ <div class="ui segments repository-summary tw-my -0">
3
3
<div class="ui segment sub-menu repository-menu">
4
4
{{if and (.Permission.CanRead ctx.Consts.RepoUnitTypeCode) (not .IsEmptyRepo)}}
5
5
<a class="item muted {{if .PageIsCommits}}active{{end}}" href="{{.RepoLink}}/commits/{{.BranchNameSubURL}}">
Original file line number Diff line number Diff line change 1
1
.repo-grid-filelist-sidebar {
2
2
display : grid;
3
- grid-template-columns : auto 300 px ;
3
+ grid-template-columns : auto 280 px ;
4
4
grid-template-rows : auto auto 1fr ;
5
+ gap : var (--page-spacing );
5
6
}
6
7
7
8
.repo-home-filelist {
13
14
.repo-home-sidebar-top {
14
15
grid-column : 2 ;
15
16
grid-row : 1 ;
16
- padding-left : 1em ;
17
17
}
18
18
19
19
.repo-home-sidebar-bottom {
20
20
grid-column : 2 ;
21
21
grid-row : 2 ;
22
- padding-left : 1em ;
23
22
}
24
23
25
24
.repo-home-sidebar-bottom .flex-list > : first-child {
You can’t perform that action at this time.
0 commit comments