nodebb-plugin-composer-default 10.3.31 → 10.3.32
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.3.
|
|
3
|
+
"version": "10.3.32",
|
|
4
4
|
"description": "Default composer for NodeBB",
|
|
5
5
|
"main": "library.js",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"readmeFilename": "README.md",
|
|
28
28
|
"nbbpm": {
|
|
29
|
-
"compatibility": "^4.
|
|
29
|
+
"compatibility": "^4.13.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"screenfull": "^5.0.2",
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
@use "fontawesome/scss/mixins" as fa-mixins;
|
|
2
|
+
@use "fontawesome/scss/functions" as fa-functions;
|
|
3
|
+
@use "fontawesome/scss/variables" as fa-vars;
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
.composer {
|
|
2
7
|
background-color: var(--bs-body-bg);
|
|
3
8
|
color: var(--bs-body-color);
|
|
@@ -224,7 +229,7 @@
|
|
|
224
229
|
|
|
225
230
|
i {
|
|
226
231
|
&:before {
|
|
227
|
-
content: fa-content(
|
|
232
|
+
content: fa-functions.fa-content(fa-vars.$var-chevron-down);
|
|
228
233
|
}
|
|
229
234
|
}
|
|
230
235
|
}
|
|
@@ -237,7 +242,7 @@
|
|
|
237
242
|
opacity: 0;
|
|
238
243
|
|
|
239
244
|
&::before {
|
|
240
|
-
content: fa-content(
|
|
245
|
+
content: fa-functions.fa-content(fa-vars.$var-save);
|
|
241
246
|
}
|
|
242
247
|
|
|
243
248
|
&.active {
|