fix(ui): improve consistency in new runner management pages (#11675)

Followup to https://codeberg.org/forgejo/forgejo/pulls/11516 which I didn't have time to review. Some consistency fixes.

Haven't done anything with the [actions in the table](https://codeberg.org/attachments/5a7eb4f2-c45c-4189-b952-ca4cd4085eb5) but something will need to be done. Like an ellipsis menu.

## Preview

![1](/attachments/a894648b-51e0-4706-9a83-338868a24970)

![2](/attachments/a8b3dc47-49fc-42d6-a353-a3b2963414d2)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11675
Reviewed-by: Andreas Ahlenstorf <aahlenst@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
0ko 2026-03-15 15:29:01 +01:00 committed by Mathieu Fenniak
parent 8fed6bcc9b
commit fd750f39b6
4 changed files with 7 additions and 13 deletions

View file

@ -105,12 +105,6 @@
margin-block: 1rem !important;
}
.runner-container form .form-buttons {
display: flex;
justify-content: flex-end;
column-gap: 1.5rem;
}
.runner-container pre {
color: var(--color-console-fg);
background-color: var(--color-console-bg);