nodebb-theme-harmony 1.0.0-beta.76 → 1.0.0-beta.77
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
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<a class="text-decoration-none" href="{config.relative_path}/user/{./user.userslug}"><div class="avatar avatar-rounded" style="--avatar-size: 32px; background-color: {./user.icon:bgColor};">{./user.icon:text}</div></a>
|
|
15
15
|
{{{ end }}}
|
|
16
16
|
<div class=" d-flex flex-column">
|
|
17
|
-
<a href="{./path}" class="text-decoration-none text-reset text text-sm">
|
|
17
|
+
<a href="{./path}" class="text-decoration-none text-reset text-break text-sm">
|
|
18
18
|
{./bodyShort}
|
|
19
19
|
</a>
|
|
20
20
|
<div class="text-xs text-muted">{{{ if ./timeagoLong }}}{./timeagoLong}{{{ else }}}<span class="timeago" title="{./datetimeISO}"></span>{{{ end }}}</div>
|
package/templates/post-queue.tpl
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<strong>[[post-queue:user]]</strong>
|
|
60
60
|
<div>
|
|
61
61
|
{{{ if posts.user.userslug}}}
|
|
62
|
-
<a href="{config.relative_path}/uid/{posts.user.uid}">{buildAvatar(posts.user, "24px", true, "not-responsive")} {posts.user.username}</a>
|
|
62
|
+
<a class="text-decoration-none" href="{config.relative_path}/uid/{posts.user.uid}">{buildAvatar(posts.user, "24px", true, "not-responsive")} {posts.user.username}</a>
|
|
63
63
|
{{{ else }}}
|
|
64
64
|
{posts.user.username}
|
|
65
65
|
{{{ end }}}
|