changeset 3400:dc91d2b71a58

Reordered toll bar and collapse to info+layers only. - put the new "Fairway Availability" tool near the other diagram generating tools - show only info and layers tool when collapsed, it makes to show the "Fairway profiles" tool but not all the other analysis tools in collapsed state.
author Sascha Wilde <wilde@intevation.de>
date Thu, 23 May 2019 11:32:30 +0200
parents 01f64ee0831f
children 9f4308edc70a
files client/src/components/toolbar/Toolbar.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/toolbar/Toolbar.vue	Thu May 23 10:57:46 2019 +0200
+++ b/client/src/components/toolbar/Toolbar.vue	Thu May 23 11:32:30 2019 +0200
@@ -10,10 +10,10 @@
       <Layers />
       <Profiles />
       <Gauges />
+      <AvailableFairwayDepth />
       <Linetool />
       <Polygontool />
       <Pdftool />
-      <AvailableFairwayDepth />
     </div>
     <div
       @click="$store.commit('application/expandToolbar', !expandToolbar)"
@@ -39,7 +39,7 @@
 }
 
 .toolbar-collapsed {
-  max-height: 6rem;
+  max-height: 4rem;
 }
 
 .toolbar-expanded {