@flowfuse/nr-assistant 0.1.1 → 0.1.2-207d36f-202407161308.0
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/index.html +1 -0
- package/package.json +1 -1
package/index.html
CHANGED
|
@@ -360,6 +360,7 @@
|
|
|
360
360
|
toolbarMenuButtonAnchor.css('mask-repeat', 'no-repeat')
|
|
361
361
|
toolbarMenuButtonAnchor.css('mask-position', 'center')
|
|
362
362
|
toolbarMenuButtonAnchor.css('background-color', 'currentColor')
|
|
363
|
+
toolbarMenuButtonAnchor.css('height', '28px') // for backwards compatibility with <= NR3.x inline-block toolbar styling
|
|
363
364
|
const deployButtonLi = $('#red-ui-header-button-deploy').closest('li')
|
|
364
365
|
if (deployButtonLi.length) {
|
|
365
366
|
deployButtonLi.before(toolbarMenuButton) // add the button before the deploy button
|