diff --git a/src/components/ShellView/CypherEditor.vue b/src/components/ShellView/CypherEditor.vue index 9fc30d7..f046a9e 100644 --- a/src/components/ShellView/CypherEditor.vue +++ b/src/components/ShellView/CypherEditor.vue @@ -27,19 +27,10 @@ class="shell-editor__tools_container" :style="{ width: toolbarWidth + 'px' }" > -
- +
+
-
+
-
+
-
+
-
-
+
+
diff --git a/src/components/ShellView/ResultContainer.vue b/src/components/ShellView/ResultContainer.vue index 9eaf738..6578a15 100644 --- a/src/components/ShellView/ResultContainer.vue +++ b/src/components/ShellView/ResultContainer.vue @@ -14,7 +14,7 @@ v-show="!isGraphEmpty" :class=" `result-container__button` + - (showGraph ? ` result-container__button--active` : ``) + (showGraph ? ` result-container__button--active` : ``) " >
-
+
-
-