nodebb-theme-harmony 2.1.22 → 2.1.24
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodebb-theme-harmony",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.24",
|
|
4
4
|
"nbbpm": {
|
|
5
5
|
"compatibility": "^4.0.0"
|
|
6
6
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@fontsource/poppins": "5.2.7"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"eslint": "9.
|
|
44
|
+
"eslint": "9.39.1",
|
|
45
45
|
"eslint-config-nodebb": "^1.1.4"
|
|
46
46
|
}
|
|
47
47
|
}
|
package/templates/topic.tpl
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
24
|
<div class="d-flex flex-column gap-3">
|
|
25
|
-
<div class="d-flex gap-2 flex-wrap">
|
|
26
|
-
<div class="d-flex flex-column gap-3
|
|
25
|
+
<div class="d-flex gap-2 flex-wrap flex-column flex-md-row justify-content-between">
|
|
26
|
+
<div class="d-flex flex-column gap-3">
|
|
27
27
|
<h1 component="post/header" class="tracking-tight fw-semibold fs-3 mb-0 text-break {{{ if config.theme.centerHeaderElements }}}text-center{{{ end }}}">
|
|
28
28
|
<span class="topic-title" component="topic/title">{title}</span>
|
|
29
29
|
</h1>
|