From 3387c273de8e9b098af229f297cf7ece872e6e71 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 11 Nov 2020 14:10:32 +0000 Subject: [PATCH] Fixed tab switcher background height --- .../api/static/src/components/appContent.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openflexure_microscope/api/static/src/components/appContent.vue b/openflexure_microscope/api/static/src/components/appContent.vue index 7aaa32d0..51e3cd0f 100644 --- a/openflexure_microscope/api/static/src/components/appContent.vue +++ b/openflexure_microscope/api/static/src/components/appContent.vue @@ -380,11 +380,7 @@ export default { } #switcher-left { - border-width: 0 1px 0 0; - border-style: solid; - border-color: rgba(180, 180, 180, 0.25); width: 75px; - background-color: rgba(180, 180, 180, 0.1); padding-top: 2px !important; } @@ -394,6 +390,10 @@ export default { overflow-x: hidden; overflow-y: auto; height: 100%; + background-color: rgba(180, 180, 180, 0.1); + border-width: 0 1px 0 0; + border-style: solid; + border-color: rgba(180, 180, 180, 0.25); } #switcher-left a {