diff --git a/pages/index.scss b/pages/index.scss index 71fad51..401c0c1 100644 --- a/pages/index.scss +++ b/pages/index.scss @@ -12,7 +12,8 @@ } } -.help-tour-button { +.help-tour-button, +.display-mode-switch { float: left; margin: 4px 3px 6px 0; } @@ -427,3 +428,13 @@ } } } + +// view mode +.mode-view { + .current-json .total, + .available-fields, + .query-input + { + display: none; + } +} diff --git a/pages/index.vue b/pages/index.vue index 3a3e444..446e879 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,9 +1,8 @@