# HG changeset patch # User Thomas Junk # Date 1540551232 -7200 # Node ID 7845c599f4c9d7f862285296eff90276d513e6bb # Parent 23b1d8c0e782c0c85064270278a9b3b2b39538f4 feat: zoombuttons diff -r 23b1d8c0e782 -r 7845c599f4c9 client/src/App.vue --- a/client/src/App.vue Fri Oct 26 10:55:18 2018 +0200 +++ b/client/src/App.vue Fri Oct 26 12:53:52 2018 +0200 @@ -7,14 +7,11 @@
+
-
- -
-
- -
+
+
@@ -24,7 +21,7 @@
- +
@@ -110,6 +107,7 @@ import Linetool from "./linetool/Linetool"; import Morphtool from "./morphtool/Morphtool"; import Pdftool from "./pdftool/Pdftool"; +import Zoom from "./zoom/zoom"; export default { name: "app", @@ -127,7 +125,8 @@ Userbar, Linetool, Morphtool, - Pdftool + Pdftool, + Zoom } }; diff -r 23b1d8c0e782 -r 7845c599f4c9 client/src/application/assets/application.scss --- a/client/src/application/assets/application.scss Fri Oct 26 10:55:18 2018 +0200 +++ b/client/src/application/assets/application.scss Fri Oct 26 12:53:52 2018 +0200 @@ -34,6 +34,7 @@ $transition: 0.5s; $x-large-offset: 3rem; $x-small-offset: 0.25rem; +$zoombutton-container-height: 120px; .debug { border: 1px solid red;