From 09343901c34fd0107b5304fc0089f771aa5bd972 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 17 Jul 2017 14:04:23 -0400 Subject: [PATCH] removed collapsable sidebar --- package.json | 9 +++++---- public/vega_vis_editor.less | 6 ++++-- public/vega_vis_editor.template.html | 3 ++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 78c2b50..0518e7e 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { "name": "vega_vis", - "version": "0.0.1", + "version": "0.1.0", "description": "Build vega visualizations into Kibana", "main": "index.js", "kibana": { "version": "kibana" }, - "repository": "spalger/kibana-vega-vis", + "repository": "nyurik/kibana-vega-vis", "license": "Apache-2.0", - "author": "Spencer Alger ", "contributors": [ - "Yuri Astrakhan " + "Spencer Alger ", + "Yuri Astrakhan ", + "Nathan Reese " ], "keywords": [ "kibana", diff --git a/public/vega_vis_editor.less b/public/vega_vis_editor.less index bfccafc..b930257 100644 --- a/public/vega_vis_editor.less +++ b/public/vega_vis_editor.less @@ -4,9 +4,11 @@ vega-vis-editor { flex-direction: row; .vegaEditor { - // this is overriden by flex: 0 0 auto; defined for .collapsible-sidebar - //flex: 2 2 auto; + // this would is overriden by .collapsible-sidebar: flex: 0 0 auto + flex: 2 2 auto; + flex-basis: 50%; + display: flex; flex-direction: column; .vegaEditorToolbar { diff --git a/public/vega_vis_editor.template.html b/public/vega_vis_editor.template.html index a1d5b4e..11c695a 100644 --- a/public/vega_vis_editor.template.html +++ b/public/vega_vis_editor.template.html @@ -1,4 +1,5 @@ -