nodebb-theme-persona 13.2.7 → 13.2.8

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-persona",
3
- "version": "13.2.7",
3
+ "version": "13.2.8",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
@@ -16,9 +16,8 @@
16
16
  <div class="d-flex flex-column gap-1">
17
17
  {{{ each publicRooms }}}
18
18
  <div component="chat/public/room" class="btn btn-sm btn-light d-flex justify-content-between hover-parent {{{ if ./unread}}}unread{{{ end }}}" data-roomid="{./roomId}">
19
- <div><i class="fa {./icon} text-muted"></i> {./roomName}</div>
20
- <div class="d-flex gap-1">
21
- <div component="chat/public/room/unread/count" data-count="{./unreadCount}" class="badge border text-primary bg-light {{{ if !./unreadCount }}}hidden{{{ end }}}">{./unreadCountText}</div>
19
+ <div class="d-flex gap-1 align-items-center"><i class="fa {./icon} text-muted"></i> {./roomName} <div component="chat/public/room/unread/count" data-count="{./unreadCount}" class="badge border text-primary bg-light {{{ if !./unreadCount }}}hidden{{{ end }}}">{./unreadCountText}</div></div>
20
+ <div>
22
21
  <div component="chat/public/room/sort/handle" class="text-muted {{{ if isAdmin }}}hover-d-block{{{ else }}}d-none{{{ end }}}" style="cursor:grab;"><i class="fa fa-bars"></i></div>
23
22
  </div>
24
23
  </div>