fixes
This commit is contained in:
parent
60f0c19a9f
commit
17f3b25e51
@ -318,6 +318,7 @@ input, textarea {
|
|||||||
.frontend {
|
.frontend {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.op , .reply {
|
.op , .reply {
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="name">{{post.Name}}</span>
|
<span class="name">{{post.Name}}</span>
|
||||||
<span class="msgid">{{post.MessageID}}</span>
|
<span class="msgid">{{post.MessageID}}</span>
|
||||||
<time datetime="{{post.DateRFC}}">{{post.Date}}</time>
|
<time datetime="{{post.DateRFC}}">{{post.Date}}</time>
|
||||||
<a href="#" class="postnol">No. {{post.Index}}</a><a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}"> >>{{post.ShortHash}}</a>
|
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" 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>
|
||||||
<span class="tripcode">{{{post.Pubkey}}}</span>
|
<span class="tripcode">{{{post.Pubkey}}}</span>
|
||||||
</legend>
|
</legend>
|
||||||
|
Reference in New Issue
Block a user