mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
More restyling - workspace buttons
This commit is contained in:
@@ -85,9 +85,11 @@ RED.workspaces = (function() {
|
||||
id: "workspace-tabs",
|
||||
onchange: function(tab) {
|
||||
if (tab.type == "subflow") {
|
||||
$("#chart").css({"margin-top": "40px"});
|
||||
$("#workspace-toolbar").show();
|
||||
} else {
|
||||
$("#workspace-toolbar").hide();
|
||||
$("#chart").css({"margin-top": "0"});
|
||||
}
|
||||
var event = {
|
||||
old: activeWorkspace
|
||||
|
Reference in New Issue
Block a user