nodebb-plugin-composer-default 10.0.28 → 10.0.30

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.0.28",
3
+ "version": "10.0.30",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -2,7 +2,7 @@
2
2
  user-select: none;
3
3
  background-color: $body-bg;
4
4
  color: $body-color;
5
- z-index: $zindex-modal;
5
+ z-index: $zindex-dropdown;
6
6
  visibility: hidden;
7
7
  padding: 0;
8
8
  position: fixed;
@@ -146,7 +146,7 @@
146
146
  }
147
147
 
148
148
  .resizer {
149
- background: linear-gradient(transparent, #fff);
149
+ background: linear-gradient(transparent, $body-bg);
150
150
  margin-left: calc($spacer * -0.5);
151
151
  padding-left: $spacer;
152
152
 
@@ -32,7 +32,7 @@
32
32
  <i class="fa fa-caret-down"></i>
33
33
  <span class="sr-only">[[topic:composer.additional-options]]</span>
34
34
  </button>
35
- <ul class="dropdown-menu">
35
+ <ul class="dropdown-menu dropdown-menu-end">
36
36
  <li><a class="dropdown-item display-scheduler ">Post Later</a></li>
37
37
  {{{ each submitOptions }}}
38
38
  <li><a class="dropdown-item" href="#" data-action="{./action}">{./text}</a></li>