nodebb-theme-harmony 2.0.7 → 2.0.9
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
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<div class="stat">
|
|
44
44
|
<div class="align-items-center justify-content-center card card-header p-3 border-0 rounded-1 h-100 gap-2">
|
|
45
45
|
<span class="stat-label text-xs fw-semibold"><i class="text-muted fa-solid fa-user-plus"></i> <span>[[user:joined]]</span></span>
|
|
46
|
-
<span class="timeago fs-6 ff-secondary" title="{joindateISO}"></span>
|
|
46
|
+
<span class="timeago text-center text-break w-100 px-2 fs-6 ff-secondary" title="{joindateISO}"></span>
|
|
47
47
|
</div>
|
|
48
48
|
</div>
|
|
49
49
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{{ each thumbs }}}
|
|
2
2
|
<a class="d-inline-block" href="{./url}">
|
|
3
|
-
<img class="rounded-1
|
|
3
|
+
<img class="rounded-1 bg-light" style="width:auto; max-width: 5.33rem; height: 3.33rem; object-fit: contain;" src="{./url}" />
|
|
4
4
|
</a>
|
|
5
5
|
{{{ end }}}
|