nodebb-theme-harmony 1.0.0-beta.72 → 1.0.0-beta.73
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
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
</div>
|
|
72
72
|
|
|
73
73
|
<div class="meta row col-md-5 col-sm-3 d-none d-md-flex align-self-stretch align-self-lg-start">
|
|
74
|
-
<div class="col-
|
|
74
|
+
<div class="col-lg-5 d-none d-lg-flex stats text-muted gap-2 px-0">
|
|
75
75
|
{{{ if !reputation:disabled }}}
|
|
76
76
|
<div class="stats-votes flex-1">
|
|
77
77
|
<div class="align-items-center card card-header px-0 py-2 border-0 rounded-1">
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</div>
|
|
95
95
|
</div>
|
|
96
96
|
|
|
97
|
-
<div class="col-
|
|
97
|
+
<div class="col-lg-7 col-md-12 teaser d-none d-md-block overflow-hidden" component="topic/teaser">
|
|
98
98
|
<div class="lastpost background-link-container border-start border-2 h-100" style="border-color: {./category.bgColor}!important;">
|
|
99
99
|
<a class="background-link" href="{config.relative_path}/topic/{./slug}/{./teaser.index}"></a>
|
|
100
100
|
{{{ if ./unreplied }}}
|