From 47dafcc6bdfcfeaf8aa23f46c3348fd34d5a013b Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 1 Jul 2023 08:12:12 +0200 Subject: [PATCH 1/7] WIP --- templates/repo/commits_list.tmpl | 2 +- web_src/css/repo.css | 4 ---- web_src/js/components/RepoActionView.vue | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index 0073ee1562175..6768bcb5137f0 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -1,5 +1,5 @@
- +
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index e20355dbc3bd7..da09b86d9af6f 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -3223,10 +3223,6 @@ tbody.commit-list { .commit-table .commit-list span.message-wrapper { max-width: none; } - .commit-table .commit-list tr td:last-child { - display: block; - width: max-content; - } .commit-table .commit-list td.author { display: block; width: calc(100% + 0.5rem); diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue index 7c65d5a131c2f..039f58a792305 100644 --- a/web_src/js/components/RepoActionView.vue +++ b/web_src/js/components/RepoActionView.vue @@ -729,6 +729,7 @@ export function initRepositoryActionView() { background-color: var(--color-console-bg); max-height: 100%; border-radius: 0 0 var(--border-radius) var(--border-radius); + z-index: 0; } .job-step-container .job-step-summary { From 456706915fcc58dbca986a19969765086e494d42 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 2 Jul 2023 20:55:29 +0200 Subject: [PATCH 2/7] fixes --- templates/repo/branch/list.tmpl | 4 +- templates/repo/commits_table.tmpl | 2 +- .../issue/labels/labels_selector_field.tmpl | 2 +- templates/repo/issue/new_form.tmpl | 12 +++--- .../repo/issue/view_content/sidebar.tmpl | 6 +-- templates/shared/combomarkdowneditor.tmpl | 2 +- web_src/css/editor/combomarkdowneditor.css | 2 + web_src/css/repo.css | 39 +++++++++++++++++-- web_src/js/components/RepoActionView.vue | 7 +--- 9 files changed, 54 insertions(+), 22 deletions(-) diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index b03c8aa566871..3dfa9eff5318b 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -43,7 +43,7 @@ {{svg "octicon-rss"}} {{end}} {{if not $.DisableDownloadSourceArchives}} -
{{.locale.Tr "repo.commits.author"}}