fix placement
This commit is contained in:
		@@ -31,17 +31,17 @@
 | 
				
			|||||||
  {{/post.IsClearnet}}
 | 
					  {{/post.IsClearnet}}
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
    <div class="postreply">
 | 
					    <div class="postreply">
 | 
				
			||||||
      <div class="postreport">
 | 
					 | 
				
			||||||
        <label for="report_{{post.PostHash}}">[x]</label>
 | 
					 | 
				
			||||||
          <input type="checkbox" id="report_{{post.PostHash}}">
 | 
					 | 
				
			||||||
          <div style="display: none;" onclick="nntpchan_report('{{post.MessageID}}', '{{post.Reference}}')">
 | 
					 | 
				
			||||||
          <div class="mod-delete">
 | 
					 | 
				
			||||||
              [delete]
 | 
					 | 
				
			||||||
          </div>
 | 
					 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
      </div>
 | 
					 | 
				
			||||||
      <a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" root="{{post.Reference}}" boardname="{{post.Board}}">>>{{post.ShortHash}}</a>
 | 
					      <a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" root="{{post.Reference}}" boardname="{{post.Board}}">>>{{post.ShortHash}}</a>
 | 
				
			||||||
      <a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
 | 
					      <a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
 | 
				
			||||||
 | 
					      <div class="postreport">
 | 
				
			||||||
 | 
					          <label for="report_{{post.PostHash}}">[x]</label>
 | 
				
			||||||
 | 
					          <input type="checkbox" id="report_{{post.PostHash}}">
 | 
				
			||||||
 | 
					          <div style="display: none;" onclick="nntpchan_report('{{post.MessageID}}', '{{post.Reference}}')">
 | 
				
			||||||
 | 
					              <div class="mod-delete">
 | 
				
			||||||
 | 
					                  [delete]
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
      Subject: <span class="subject">{{post.Subject}}</span>
 | 
					      Subject: <span class="subject">{{post.Subject}}</span>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user