0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-07 22:49:38 +01:00
gitea/templates/shared/actions
Chongyi Zheng a192a5ed99
Fix action runner offline label padding (#29691)
Before:

The `offline` padding is `calc(.833em - 1px)` from `basic` CSS class,
but `idle` padding is `6px`.

<img width="1035" alt="image"
src="https://github.com/go-gitea/gitea/assets/37034805/ccb42615-20d7-4032-a805-40cd9643012d">

After:

<img width="1035" alt="image"
src="https://github.com/go-gitea/gitea/assets/37034805/d6af99c8-76cb-4850-96d6-5289b06e1ca8">
2024-03-09 13:13:08 +00:00
..
runner_badge.tmpl Implement actions badge svgs (#28102) 2024-02-27 18:56:18 +01:00
runner_edit.tmpl
runner_list.tmpl Fix action runner offline label padding (#29691) 2024-03-09 13:13:08 +00:00