1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Fix runner list tmpl (#34270)

Fix  #34269

And fix some layout problems.
This commit is contained in:
wxiaoguang
2025-04-23 23:34:18 +08:00
committed by GitHub
parent 8aee07a064
commit b758241f28
2 changed files with 7 additions and 19 deletions

View File

@ -6,14 +6,6 @@
overflow-x: auto;
}
.runner-container .runner-ops > a {
margin-left: 0.5em;
}
.runner-container .runner-ops-delete {
color: var(--color-red-light);
}
.runner-container .runner-new-text {
color: var(--color-white);
}