diff client/src/components/fairway/Infobar.vue @ 2549:9bf6b767a56a

client: refactored and improved splitscreen for diagrams To make different diagrams possible, the splitscreen view needed to be decoupled from the cross profiles. Also the style has changed to make it more consistent with the rest of the app. The standard box header is now used and there are collapse and expand animations.
author Markus Kottlaender <markus@intevation.de>
date Fri, 08 Mar 2019 08:50:47 +0100
parents bb5286acfee2
children
line wrap: on
line diff
--- a/client/src/components/fairway/Infobar.vue	Thu Mar 07 20:03:43 2019 +0100
+++ b/client/src/components/fairway/Infobar.vue	Fri Mar 08 08:50:47 2019 +0100
@@ -1,6 +1,6 @@
 <template>
   <div
-    v-if="Object.keys(currentProfile).length && !showSplitscreen"
+    v-if="Object.keys(currentProfile).length"
     class="ui-element shadow-xs infobar rounded bg-white ml-auto mb-2 mr-2"
   >
     <div class="d-flex flex-row justify-content-between h-100">
@@ -26,7 +26,6 @@
 <style lang="scss" scoped>
 .infobar {
   height: 2.2rem;
-  z-index: 2;
 }
 
 .infobar svg path {