From 893df6b2651794b68c1ac1f0acf60d466e0f55ad Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 14 Apr 2026 23:24:44 +0800 Subject: [PATCH] Fix UI regression (#37218) Fix #37213 Also fix the misaligned tags, remove unused classes, etc. --- tailwind.config.ts | 3 + templates/repo/actions/list.tmpl | 80 +++++++++---------- templates/repo/actions/workflow_dispatch.tmpl | 9 ++- web_src/css/modules/message.css | 9 --- 4 files changed, 49 insertions(+), 52 deletions(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 415837f8922..199433d0cff 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -93,6 +93,9 @@ export default { return [`${i}`, `${i === 0 ? '0' : `${i}px`}`]; })), }, + extend: { + zIndex: {'1': '1'}, + }, }, plugins: [ plugin(({addUtilities}) => { diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl index f31ef1a73a0..7baac43dcf8 100644 --- a/templates/repo/actions/list.tmpl +++ b/templates/repo/actions/list.tmpl @@ -25,49 +25,49 @@
-
- {{ctx.Locale.TrN .Page.Paginater.Total "actions.runs.workflow_run_count_1" "actions.runs.workflow_run_count_n" .Page.Paginater.Total}} -