From df0ad4e8c1e51549216dcb0614df395193f41935 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 14 Apr 2026 23:59:31 +0800 Subject: [PATCH] Fix UI regression (#37218) (#37219) Backport #37218 by wxiaoguang Fix #37213 Also fix the misaligned tags, remove unused classes, etc. Co-authored-by: wxiaoguang --- 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 415837f892..199433d0cf 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 f31ef1a73a..7baac43dcf 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}} -