From 95f75d95c12e95fd5c54c2203e031b0a593c7550 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 10 Feb 2020 20:13:50 +0100 Subject: viewer: move temporary mode selector Out of the sidebar so we can continue polishing the interface without interference. --- viewer/src/views/MainLayout.vue | 17 ++++++++++++++++- viewer/src/views/PanelLeft.vue | 3 --- 2 files changed, 16 insertions(+), 4 deletions(-) (limited to 'viewer') diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index 78d8a8a..31b0440 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue @@ -24,6 +24,10 @@ + + + + @@ -123,4 +127,15 @@ html { background-color: $content-bgcolor; } } - \ No newline at end of file + +// TODO: Remove when #21 (remove explicit navigation/search modes) is resolved +// Forced at the bottom right corner so we can continue working on the sidebar without interference +.tmp-mode-selector { + position: absolute; + bottom: 0; + right: 0; + z-index: 100; + opacity: 0.75; +} +// ===== + diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 2c00bbf..91d193c 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue @@ -20,9 +20,6 @@