forked from mirror/gitea
Fix previous/next button size (#16284)
This commit is contained in:
parent
f825f20d49
commit
f424862cbb
@ -29,10 +29,10 @@
|
|||||||
<div class="df je ac fw mt-3">
|
<div class="df je ac fw mt-3">
|
||||||
<div class="ui buttons mr-2">
|
<div class="ui buttons mr-2">
|
||||||
<button class="ui icon tiny basic button previous-conversation">
|
<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>
|
||||||
<button class="ui icon tiny basic button next-conversation">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{{if and $.CanMarkConversation $isNotPending}}
|
{{if and $.CanMarkConversation $isNotPending}}
|
||||||
|
Loading…
Reference in New Issue
Block a user