nodebb-theme-harmony 1.0.0-beta.92 → 1.0.0-beta.94

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": "1.0.0-beta.92",
3
+ "version": "1.0.0-beta.94",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -1,7 +1,7 @@
1
1
  <div class="pagination-block d-none d-lg-block flex-grow-1 mb-2">
2
2
  <div class="ps-1 ps-md-0 d-inline-block sticky-top" style="top:6rem;z-index:1;">
3
3
  <div class="scroller-content d-flex gap-2 flex-column align-items-start">
4
- <div class="pointer pagetop btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-up"></i></div>
4
+ <div class="pointer pagetop btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-up"></i> <span class="timeago text-xs text-muted" title="{./timestampISO}"></span></div>
5
5
  <div class="scroller-container position-relative">
6
6
  <div class="scroller-thumb d-flex gap-2 text-nowrap position-relative" style="height: 40px;">
7
7
  <div class="scroller-thumb-icon bg-primary rounded d-inline-block" style="width:9px; height: 40px;"></div>
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  </div>
19
19
  </div>
20
- <div class="pointer pagebottom btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-down"></i></div>
20
+ <div class="pointer pagebottom btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-down"></i> <span class="timeago text-xs text-muted" title="{./lastposttimeISO}"></span></div>
21
21
  </div>
22
22
  </div>
23
23
  </div>
@@ -96,7 +96,7 @@
96
96
  <a class="permalink text-muted timeago text-xs" href="{config.relative_path}/topic/{./slug}/{./teaser.index}" title="{./teaser.timestampISO}">
97
97
  </a>
98
98
  </div>
99
- <div class="post-content text-xs ps-2 line-clamp-2 lh-sm">
99
+ <div class="post-content text-xs ps-2 line-clamp-2 lh-sm text-break">
100
100
  {./teaser.content}
101
101
  </div>
102
102
  {{{ end }}}