nodebb-theme-harmony 2.0.0-pre.34 → 2.0.0-pre.35

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.0.0-pre.34",
3
+ "version": "2.0.0-pre.35",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  </div>
25
25
  </div>
26
26
  <div>
27
- <button class="mark-read btn-ghost-sm" style="width: 1.5rem; height: 1.5rem;">
27
+ <button class="mark-read btn btn-ghost btn-sm d-flex align-items-center justify-content-center flex-grow-0 flex-shrink-0 p-1" style="width: 1.5rem; height: 1.5rem;">
28
28
  <i class="unread fa fa-2xs fa-circle text-primary"></i>
29
29
  </button>
30
30
  </div>
@@ -31,7 +31,7 @@
31
31
  </div>
32
32
  </div>
33
33
  <div>
34
- <button class="mark-read btn-ghost-sm" style="width: 1.5rem; height: 1.5rem;">
34
+ <button class="mark-read btn btn-ghost btn-sm d-flex align-items-center justify-content-center flex-grow-0 flex-shrink-0 p-1" style="width: 1.5rem; height: 1.5rem;">
35
35
  <i class="unread fa fa-2xs fa-circle text-primary"></i>
36
36
  </button>
37
37
  </div>
@@ -78,7 +78,7 @@
78
78
  [[post-queue:user]]
79
79
  {{{ if ((privileges.ban || privileges.mute) || privileges.admin:users) }}}
80
80
  <div class="ms-auto btn-group bottom-sheet">
81
- <button href="#" class="btn btn-ghost-sm ff-secondary border text-xs dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">[[global:actions]]</button>
81
+ <button href="#" class="btn btn-ghost btn-sm ff-secondary border text-xs dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">[[global:actions]]</button>
82
82
  <ul class="dropdown-menu p-1 text-sm" role="menu">
83
83
  {{{ if privileges.view:users:info }}}
84
84
  <li><a class="dropdown-item rounded-1" href="{config.relative_path}/user/{./user.userslug}/info" role="menuitem">[[user:account-info]]</a></li>