From a053076d692be5e3698fe1a2c071d077cb4b6b73 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Tue, 16 Jun 2020 18:39:04 +0200 Subject: viewer: removed deprecated, useless, css class --- viewer/src/views/MainLayout.vue | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'viewer') diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index bcd2249..a7af48c 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue @@ -156,15 +156,5 @@ html { background-color: $content-bgcolor; } } - -// 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; -} // ===== -- cgit v1.2.3