nodebb-theme-harmony 3.1.9 → 3.1.10

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": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.14.0"
6
6
  },
@@ -104,7 +104,7 @@
104
104
  <i class="fa fa-fw fa-chevron-down" component="post/replies/open"></i>
105
105
  </a>
106
106
  {{{ end }}}
107
- <div component="post/actions" class="d-flex flex-grow-1 align-items-center justify-content-end gap-1 post-tools">
107
+ <div component="post/actions" class="d-flex flex-grow-1 align-items-start align-items-lg-center justify-content-end gap-1 post-tools">
108
108
  <!-- IMPORT partials/topic/reactions.tpl -->
109
109
  <a component="post/reply" href="#" class="btn btn-ghost btn-sm {{{ if !privileges.topics:reply }}}hidden{{{ end }}}" title="{{tx("topic:reply")}}"><i class="fa fa-fw fa-reply text-primary"></i></a>
110
110
  <a component="post/quote" href="#" class="btn btn-ghost btn-sm {{{ if !privileges.topics:reply }}}hidden{{{ end }}}" title="{{tx("topic:quote")}}"><i class="fa fa-fw fa-quote-right text-primary"></i></a>