Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust style for action run list (align icons, adjust padding) #25170

Merged
merged 18 commits into from
Jun 12, 2023
Prev Previous commit
Next Next commit
use existed
HesterG committed Jun 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a3887058da5b9c2bab313f551aff8cff84c7f057
2 changes: 1 addition & 1 deletion templates/repo/actions/runs_list.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="issue list gt-m-0">
{{range .Runs}}
<li class="item gt-df gt-py-4">
<div class="issue-item-left action-item-icon gt-df gt-afs gt-mr-2">
<div class="issue-item-left action-item-icon gt-df gt-items-start gt-mr-2">
{{template "repo/actions/status" (dict "status" .Status.String "locale" $.locale)}}
</div>
<div class="issue-item-main action-item-main gt-f1 gt-fc gt-df gt-mr-3">
1 change: 0 additions & 1 deletion web_src/css/helpers.css
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ Gitea's private styles use `g-` prefix.
.gt-dib { display: inline-block !important; }
.gt-ac { align-items: center !important; }
.gt-ab { align-items: baseline !important; }
.gt-afs { align-items: flex-start !important; }
.gt-tc { text-align: center !important; }
.gt-tl { text-align: left !important; }
.gt-jc { justify-content: center !important; }