Focus compose box on reply

This commit is contained in:
r 2019-12-14 17:48:54 +00:00
parent b52ad149dd
commit 787a197ad8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="status-container-container">
<div id="status-{{.ID}}" class="status-container-container">
{{if .Reblog}}
<div class="retweet-info">
<img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="profile-avatar" />
@ -41,7 +41,7 @@
{{end}}
</div>
<div class="status-action">
<a class="status-you" href="/thread/{{.ID}}?reply=true" title="reply">
<a class="status-you" href="/thread/{{.ID}}?reply=true#status-{{.ID}}" title="reply">
<span class="icon dripicons-reply"></span>
<span> {{DisplayInteractionCount .RepliesCount}} </span>
</a>