fix pubkey loading, captcha replies only, admin post styling, krane CSS updates

This commit is contained in:
tomoko-dev9
2026-05-11 19:43:12 +00:00
parent aee7b0a2e2
commit 4798813a76
5 changed files with 26 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<div id="{{post.PostHash}}"
{{#post.OP}}
class="messageroot post"
class="messageroot post {{#post.Pubkey}}admin-post{{/post.Pubkey}}"
{{/post.OP}}
{{^post.OP}}
class="message post"
class="message post {{#post.Pubkey}}admin-post{{/post.Pubkey}}"
{{/post.OP}}
data-name="{{post.Name}}"
data-frontend="{{post.Frontend}}"