nodebb-theme-harmony 1.2.91 → 1.2.93
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/topic.scss
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{{{ end }}}
|
|
33
33
|
</div>
|
|
34
34
|
</div>
|
|
35
|
-
{{{ if
|
|
35
|
+
{{{ if !./link }}}
|
|
36
36
|
<div class="d-flex col-lg-5 col-12 align-content-stretch">
|
|
37
37
|
<div class="meta stats d-none d-lg-grid col-6 gap-1 pe-2 text-muted" style="grid-template-columns: 1fr 1fr;">
|
|
38
38
|
<div class="card card-header border-0 p-2 overflow-hidden rounded-1 d-flex flex-column align-items-center">
|
package/templates/topic.tpl
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<div class="d-flex hidden-xs gap-2"><!-- IMPORT partials/topic/stats.tpl --></div>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
52
|
-
<div class="d-flex gap-2
|
|
52
|
+
<div class="d-flex gap-2 align-items-center mt-2 hidden-empty" component="topic/thumb/list"><!-- IMPORT partials/topic/thumbs.tpl --></div>
|
|
53
53
|
</div>
|
|
54
54
|
|
|
55
55
|
<div class="row mb-4 mb-lg-0">
|