nodebb-theme-harmony 2.1.14 → 2.1.15

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.14",
3
+ "version": "2.1.15",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -23,7 +23,7 @@
23
23
 
24
24
  <div class="d-flex flex-column gap-3">
25
25
  <div class="d-flex gap-2 flex-wrap">
26
- <div class="d-flex flex-column gap-3 flex-grow-1">
26
+ <div class="d-flex flex-column gap-3 flex-grow-1 flex-1">
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>
@@ -49,7 +49,7 @@
49
49
  <div class="d-flex gap-2"><!-- IMPORT partials/topic/stats.tpl --></div>
50
50
  </div>
51
51
  </div>
52
- <div class="d-flex flex-wrap gap-2 align-items-center mt-2 hidden-empty" component="topic/thumb/list"><!-- IMPORT partials/topic/thumbs.tpl --></div>
52
+ <div class="d-flex flex-wrap gap-2 align-items-start 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">