nodebb-plugin-composer-default 10.0.26 → 10.0.28

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.26",
3
+ "version": "10.0.28",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -117,7 +117,7 @@
117
117
  background: transparent;
118
118
  flex-grow: 1;
119
119
  border: 0;
120
- padding: 4px 6px;
120
+ padding: 0;
121
121
  box-shadow: none;
122
122
  max-height: 80px;
123
123
  overflow: auto;
@@ -129,6 +129,11 @@
129
129
  color: $body-color;
130
130
  font-size: 16px;
131
131
  width: 50%;
132
+ @include media-breakpoint-down(md) {
133
+ width: 100%;
134
+ }
135
+
136
+
132
137
  height: 28px;
133
138
  padding: 4px 6px;
134
139
  }
@@ -1,7 +1,7 @@
1
1
  <div class="title-container align-items-center gap-2 d-flex">
2
2
  {{{ if isTopic }}}
3
3
  <div class="category-list-container hidden-sm hidden-xs align-self-center">
4
- <!-- IMPORT partials/category-selector.tpl -->
4
+ <!-- IMPORT partials/category/selector-dropdown-left.tpl -->
5
5
  </div>
6
6
  {{{ end }}}
7
7