diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2025-04-23 23:34:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 15:34:18 +0000 |
commit | b758241f28bb980c8c812e29bcdc4d8d2943e8d1 (patch) | |
tree | 7d597718ac7e8681187be5ef2142be59d60c86ad /web_src | |
parent | 8aee07a0641d345ada5622cb7d345badca503929 (diff) | |
download | gitea-b758241f28bb980c8c812e29bcdc4d8d2943e8d1.tar.gz gitea-b758241f28bb980c8c812e29bcdc4d8d2943e8d1.zip |
Fix runner list tmpl (#34270)
Fix #34269
And fix some layout problems.
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/actions.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web_src/css/actions.css b/web_src/css/actions.css index 0ab09f537a..665893a287 100644 --- a/web_src/css/actions.css +++ b/web_src/css/actions.css @@ -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); } |