nodebb-theme-harmony 1.1.10 → 1.1.11
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="lastpost border-start border-2 lh-sm h-100" style="border-color: {./bgColor}!important;">
|
|
2
2
|
{{{ each ./posts }}}
|
|
3
3
|
{{{ if @first }}}
|
|
4
|
-
<div component="category/posts" class="ps-2 text-xs d-flex flex-column h-100">
|
|
4
|
+
<div component="category/posts" class="ps-2 text-xs d-flex flex-column h-100 gap-1">
|
|
5
5
|
<div>
|
|
6
6
|
<a class="text-decoration-none" href="{config.relative_path}/user/{./user.userslug}">{buildAvatar(posts.user, "18px", true, "avatar-tooltip")}</a>
|
|
7
7
|
<a class="permalink text-muted" href="{config.relative_path}/topic/{./topic.slug}{{{ if ./index }}}/{./index}{{{ end }}}">
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
</div>
|
|
96
96
|
</div>
|
|
97
97
|
<div component="topic/teaser" class="meta teaser col-lg-6 col-12{{{ if !config.theme.mobileTopicTeasers }}}d-none d-lg-block{{{ end }}}">
|
|
98
|
-
<div class="lastpost border-start border-2 lh-sm h-100 d-flex flex-column" style="border-color: {./category.bgColor}!important;">
|
|
98
|
+
<div class="lastpost border-start border-2 lh-sm h-100 d-flex flex-column gap-1" style="border-color: {./category.bgColor}!important;">
|
|
99
99
|
{{{ if ./unreplied }}}
|
|
100
100
|
<div class="ps-2 text-xs">
|
|
101
101
|
[[category:no_replies]]
|