]> source.dussan.org Git - gitea.git/commitdiff
Fix previous/next button size (#16284)
authorJimmy Praet <jimmy.praet@telenet.be>
Mon, 28 Jun 2021 19:36:09 +0000 (21:36 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Jun 2021 19:36:09 +0000 (21:36 +0200)
templates/repo/diff/conversation.tmpl

index 5ae44e600e395ca69eebd7b76ab47704183adfdc..6a6befb5a44a2ed8a046bb3bf180b54bcfb5ee23 100644 (file)
                <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}}