nodebb-theme-harmony 1.0.0-beta.108 → 1.0.0-beta.109
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
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|
|
56
56
|
{{{ if !config.hideCategoryLastPost }}}
|
|
57
|
-
<div component="topic/teaser" class="teaser col-lg-6">
|
|
57
|
+
<div component="topic/teaser" class="teaser col-lg-6 {{{ if !config.theme.mobileTopicTeasers }}}d-none d-lg-block{{{ end }}}">
|
|
58
58
|
<!-- IMPORT partials/categories/lastpost.tpl -->
|
|
59
59
|
</div>
|
|
60
60
|
{{{ end }}}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<a class="permalink text-muted timeago text-xs" href="{config.relative_path}/topic/{./slug}/{./teaser.index}" title="{./teaser.timestampISO}">
|
|
105
105
|
</a>
|
|
106
106
|
</div>
|
|
107
|
-
<div class="post-content text-xs ps-2 line-clamp-2 lh-sm text-break">
|
|
107
|
+
<div class="post-content text-xs ps-2 line-clamp-sm-2 lh-sm text-break">
|
|
108
108
|
{./teaser.content}
|
|
109
109
|
</div>
|
|
110
110
|
{{{ end }}}
|