mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
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   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:
parent
8fed6bcc9b
commit
fd750f39b6
4 changed files with 7 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue