nodebb-theme-persona 14.0.2 → 14.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/scss/search.scss
CHANGED
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
<div class="card-body">
|
|
13
13
|
<div class="mb-2">
|
|
14
14
|
<a href="{config.relative_path}/user/{./user.userslug}">{buildAvatar(./user, "24px", true)}</a>
|
|
15
|
-
<
|
|
15
|
+
<a class="topic-title fw-semibold fs-5" href="{config.relative_path}/post/{encodeURIComponent(posts.pid)}">{./topic.title}</a>
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
{{{ if showAsPosts }}}
|
|
19
|
-
<div class="
|
|
19
|
+
<div component="post/content" class="content">
|
|
20
20
|
{./content}
|
|
21
21
|
</div>
|
|
22
22
|
{{{ end }}}
|
package/templates/topic.tpl
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
</h1>
|
|
26
26
|
|
|
27
27
|
<div class="topic-info d-flex gap-2 align-items-center flex-wrap">
|
|
28
|
-
<span component="topic/labels" class="d-flex gap-2 {{{ if (!scheduled && (!pinned && (!locked && (!
|
|
28
|
+
<span component="topic/labels" class="d-flex gap-2 {{{ if (!scheduled && (!pinned && (!locked && (!icons.length && (!oldCid || (oldCid == "-1")))))) }}}hidden{{{ end }}}">
|
|
29
29
|
<span component="topic/scheduled" class="badge badge border border-gray-300 text-body {{{ if !scheduled }}}hidden{{{ end }}}">
|
|
30
30
|
<i class="fa fa-clock-o"></i> [[topic:scheduled]]
|
|
31
31
|
</span>
|