File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <table id="repo-files-table" class="ui single line fixed table tw-mt-0" {{if .HasFilesWithoutLatestCommit}}hx-indicator="tr.notready td.message span" hx-trigger="load" hx-swap="morph" hx-post="{{.LastCommitLoaderURL}}"{{end}}>
1+ <table id="repo-files-table" class="ui single line table tw-mt-0" {{if .HasFilesWithoutLatestCommit}}hx-indicator="tr.notready td.message span" hx-trigger="load" hx-swap="morph" hx-post="{{.LastCommitLoaderURL}}"{{end}}>
22 <thead>
33 <tr class="commit-list">
44 <th class="tw-overflow-hidden" colspan="2">
Original file line number Diff line number Diff line change @@ -1800,7 +1800,7 @@ td .commit-summary {
18001800
18011801.repository .repository-summary .sub-menu .item {
18021802 flex : 1 ;
1803- height : 30 px ;
1803+ height : 33.6 px ; /* match search bar height */
18041804 line-height : var (--line-height-default );
18051805 display : flex;
18061806 align-items : center;
Original file line number Diff line number Diff line change 2424 border-top : 1px solid var (--color-secondary ); /* same to .flex-list > .flex-item + .flex-item */
2525}
2626
27- @media (max-width : 767.98 px ) {
27+ @media (max-width : 872 px ) { /* value is exactly where the file table starts to overflow */
2828 .repo-grid-filelist-sidebar {
2929 grid-template-columns : 100% ;
3030 grid-template-rows : auto auto auto;
You can’t perform that action at this time.
0 commit comments