aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2025-08-06 09:31:38 +0200
committerGitHub <noreply@github.com>2025-08-06 07:31:38 +0000
commitde4ab417287e27ebeef999bc06ac220a8da0ca47 (patch)
tree730840abbe21ef77a6d4cb78f7174ed599b65862 /templates/repo
parent93cf6569743f5de4cd12e653a3b1ab0fb2fc7645 (diff)
downloadgitea-main.tar.gz
gitea-main.zip
Vertically center "Show Resolved" (#35211)HEADmain
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/issue/view_content/conversation.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/conversation.tmpl b/templates/repo/issue/view_content/conversation.tmpl
index 07051d5ec0..189b9d6259 100644
--- a/templates/repo/issue/view_content/conversation.tmpl
+++ b/templates/repo/issue/view_content/conversation.tmpl
@@ -15,7 +15,7 @@
</span>
{{end}}
</div>
- <div>
+ <div class="tw-flex tw-items-center">
{{if or $invalid $resolved}}
<button id="show-outdated-{{$comment.ID}}" data-comment="{{$comment.ID}}" class="{{if not $resolved}}tw-hidden{{end}} btn tiny show-outdated">
{{svg "octicon-unfold" 16 "tw-mr-2"}}