aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJimmy Praet <jimmy.praet@telenet.be>2021-06-28 21:36:09 +0200
committerGitHub <noreply@github.com>2021-06-28 21:36:09 +0200
commitf424862cbb4e681a8df08debc51863d0e9005268 (patch)
tree81a5fc21282773982239d5982dc7567c5425e8a2 /templates
parentf825f20d49e8ba3a2cac58528a5dd40717585bb6 (diff)
downloadgitea-f424862cbb4e681a8df08debc51863d0e9005268.tar.gz
gitea-f424862cbb4e681a8df08debc51863d0e9005268.zip
Fix previous/next button size (#16284)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/diff/conversation.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/diff/conversation.tmpl b/templates/repo/diff/conversation.tmpl
index 5ae44e600e..6a6befb5a4 100644
--- a/templates/repo/diff/conversation.tmpl
+++ b/templates/repo/diff/conversation.tmpl
@@ -29,10 +29,10 @@
<div class="df je ac fw mt-3">
<div class="ui buttons mr-2">
<button class="ui icon tiny basic button previous-conversation">
- {{svg "octicon-arrow-up"}} {{$.i18n.Tr "repo.issues.previous"}}
+ {{svg "octicon-arrow-up" 12 "icon"}} {{$.i18n.Tr "repo.issues.previous"}}
</button>
<button class="ui icon tiny basic button next-conversation">
- {{svg "octicon-arrow-down"}} {{$.i18n.Tr "repo.issues.next"}}
+ {{svg "octicon-arrow-down" 12 "icon"}} {{$.i18n.Tr "repo.issues.next"}}
</button>
</div>
{{if and $.CanMarkConversation $isNotPending}}