comparison client/src/components/Zoom.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 83b938bf4da9
comparison
equal deleted inserted replaced
2548:6b34d0fb4498 2549:9bf6b767a56a
27 <style lang="scss" scoped> 27 <style lang="scss" scoped>
28 .buttoncontainer { 28 .buttoncontainer {
29 bottom: 0; 29 bottom: 0;
30 left: 50%; 30 left: 50%;
31 margin-left: -$icon-width; 31 margin-left: -$icon-width;
32 transition: margin-bottom 0.3s;
32 } 33 }
33 34
34 .zoomButton { 35 .zoomButton {
35 min-height: $icon-width; 36 min-height: $icon-width;
36 min-width: $icon-width; 37 min-width: $icon-width;