Skip to content

Commit d22d6ca

Browse files
GiteaBotsilverwind
andauthored
Vertically center "Show Resolved" (go-gitea#35211) (go-gitea#35218)
Backport go-gitea#35211 by @silverwind Before, "Show Resolved" slightly off-center: <img width="174" height="60" alt="Screenshot 2025-08-04 at 15 07 13" src="https://github.com/user-attachments/assets/a165f721-4749-4ea3-bde0-141ad43a6142" /> After: centered: <img width="176" height="63" alt="Screenshot 2025-08-04 at 15 07 22" src="https://github.com/user-attachments/assets/f87e16bc-d067-4040-b940-9adb4cf182c1" /> Co-authored-by: silverwind <[email protected]>
1 parent d49feab commit d22d6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/conversation.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</span>
1616
{{end}}
1717
</div>
18-
<div>
18+
<div class="tw-flex tw-items-center">
1919
{{if or $invalid $resolved}}
2020
<button id="show-outdated-{{$comment.ID}}" data-comment="{{$comment.ID}}" class="{{if not $resolved}}tw-hidden{{end}} btn tiny show-outdated">
2121
{{svg "octicon-unfold" 16 "tw-mr-2"}}

0 commit comments

Comments
 (0)