nodebb-theme-harmony 2.0.17 → 2.0.19

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/library.js CHANGED
@@ -15,7 +15,7 @@ const defaults = {
15
15
  centerHeaderElements: 'off',
16
16
  mobileTopicTeasers: 'off',
17
17
  stickyToolbar: 'on',
18
- topicSidebarTools: 'off',
18
+ topicSidebarTools: 'on',
19
19
  autohideBottombar: 'on',
20
20
  openSidebars: 'off',
21
21
  chatModals: 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -22,7 +22,7 @@
22
22
  <a href="#" class="dropdown-item rounded-1 user-status d-flex align-items-center gap-2 {{{ if user.away }}}selected{{{ end }}}" data-status="away" role="menuitem">
23
23
  <span component="user/status" class="flex-shrink-0 border border-white border-2 rounded-circle status away"></span>
24
24
  <span class="flex-grow-1">[[global:away]]</span>
25
- <i class="fa-solid fa-check text-secondary flex-shrink-0"><span class="visually-hidden"></span>[[global:selected]]</span></i>
25
+ <i class="fa-solid fa-check text-secondary flex-shrink-0"><span class="visually-hidden">[[global:selected]]</span></i>
26
26
  </a>
27
27
  </li>
28
28
  <li>
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
 
24
24
  <div class="d-flex flex-column gap-3">
25
- <div class="d-flex flex-wrap">
25
+ <div class="d-flex gap-2 flex-wrap flex-lg-nowrap">
26
26
  <div class="d-flex flex-column gap-3 flex-grow-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>
@@ -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 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 flex-lg-nowrap 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">