diff --git a/accessible/media/accessible.css b/accessible/media/accessible.css index c1a514cb5..3d88b87ad 100644 --- a/accessible/media/accessible.css +++ b/accessible/media/accessible.css @@ -4,7 +4,7 @@ } .blocklyWorkspaceColumn { float: left; - width: 300px; + width: 350px; } .blocklyToolbarColumn { float: left; diff --git a/accessible/toolbox-tree.component.js b/accessible/toolbox-tree.component.js index 826a44edd..15a0df07c 100644 --- a/accessible/toolbox-tree.component.js +++ b/accessible/toolbox-tree.component.js @@ -34,21 +34,14 @@ blocklyApp.ToolboxTreeComponent = ng.core [attr.aria-level]="level">
    -
  1. - -
  2. -
  3. -
  4. +
  5. + +
@@ -107,6 +107,9 @@ blocklyApp.ToolboxTreeComponent = ng.core }); } }, + isWorkspaceEmpty: function() { + return this.utilsService.isWorkspaceEmpty(); + }, getBlockDescription: function() { return this.utilsService.getBlockDescription(this.block); },