Skip to content

Commit 81ac8d9

Browse files
Style unification for the issue_management area (#32605)
Style unification for the issue_management area (consistent across the layout before: ![1732237277916](https://github.com/user-attachments/assets/52a20b2d-d6a4-4118-9cdf-9b377115b7f7) ![1732237288802](https://github.com/user-attachments/assets/05592fe8-cab2-412b-99bc-f0a201c08413) ![1732237299849](https://github.com/user-attachments/assets/8be4a891-c514-4983-bad4-fcc5a7a9d838) after: ![1732237471086](https://github.com/user-attachments/assets/0bd19ef6-79c1-490a-8ffa-6a42208befd9) --------- Co-authored-by: wxiaoguang <[email protected]>
1 parent a3881ff commit 81ac8d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/repo/issue/sidebar/issue_management.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
{{$.CsrfTokenHtml}}
77
<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}">
88
{{if not .Issue.IsPinned}}
9-
{{svg "octicon-pin" 16 "tw-mr-2"}}
9+
{{svg "octicon-pin"}}
1010
{{ctx.Locale.Tr "pin"}}
1111
{{else}}
12-
{{svg "octicon-pin-slash" 16 "tw-mr-2"}}
12+
{{svg "octicon-pin-slash"}}
1313
{{ctx.Locale.Tr "unpin"}}
1414
{{end}}
1515
</button>

templates/repo/issue/sidebar/milestone_list.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{{end}}
4040
{{end}}
4141
</div>
42-
{{end}}
42+
{{end}}
4343
</div>
4444
</div>
4545

0 commit comments

Comments
 (0)