File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<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">
33 <div class="ui small action input tw-flex-1">
44 <input name="q" size="10" placeholder="{{ctx.Locale.Tr "search.code_kind"}}"> {{template "shared/search/button"}}
55 </div>
Original file line number Diff line number Diff line change 11{{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">
33 <div class="ui segment sub-menu repository-menu">
44 {{if and (.Permission.CanRead ctx.Consts.RepoUnitTypeCode) (not .IsEmptyRepo)}}
55 <a class="item muted {{if .PageIsCommits}}active{{end}}" href="{{.RepoLink}}/commits/{{.BranchNameSubURL}}">
Original file line number Diff line number Diff line change 11.repo-grid-filelist-sidebar {
22 display : grid;
3- grid-template-columns : auto 300 px ;
3+ grid-template-columns : auto 280 px ;
44 grid-template-rows : auto auto 1fr ;
5+ gap : var (--page-spacing );
56}
67
78.repo-home-filelist {
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 {
You can’t perform that action at this time.
0 commit comments