Correct bot label `vertical-align` (#33477)

pull/33486/head
Typed SIGTERM 3 weeks ago committed by GitHub
parent 5dddcc1773
commit 50873c1925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      templates/shared/user/authorlink.tmpl

@ -1 +1 @@
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsBot}}<span class="ui basic label tw-p-1">bot</span>{{end}}
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsBot}}<span class="ui basic label tw-p-1 tw-align-baseline">bot</span>{{end}}

Loading…
Cancel
Save