From 4b2a5f2354a7ba7e8293f9a1efdc5037bc470700 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 | 78 +++++++++---------- templates/repo/actions/workflow_dispatch.tmpl | 9 ++- web_src/css/modules/message.css | 9 --- 4 files changed, 48 insertions(+), 51 deletions(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 415837f8922d4..199433d0cff96 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 f31ef1a73a0cf..7baac43dcf8f1 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}} -