nodebb-plugin-composer-default 10.2.15 → 10.2.16

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-plugin-composer-default",
3
- "version": "10.2.15",
3
+ "version": "10.2.16",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -1,7 +1,7 @@
1
1
  <div class="write-preview-container d-flex gap-2 flex-grow-1 overflow-auto">
2
2
  <div class="write-container d-flex d-md-flex w-50 position-relative">
3
3
  <div component="composer/post-queue/alert" class="{{{ if exemptFromPostQueue }}}hidden{{{ end }}} m-2 alert alert-info position-absolute top-0 start-0 alert-dismissible">[[modules:composer.post-queue-alert]]<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button></div>
4
- <div class="float-end draft-icon hidden-md hidden-lg"></div>
4
+ <div class="draft-icon position-absolute end-0 top-0 mx-2 my-1 hidden-md hidden-lg"></div>
5
5
  <textarea class="write shadow-none rounded-1 w-100 form-control" tabindex="4" placeholder="[[modules:composer.textarea.placeholder]]">{body}</textarea>
6
6
  </div>
7
7
  <div class="preview-container d-none d-md-flex w-50">