# HG changeset patch # User Markus Kottlaender # Date 1543567239 -3600 # Node ID 59c9dbb26bb02441ab9443b4d6b33c607f965dd0 # Parent 7fa030127b05e5a905e0a8048bad00e6b1186b51 moved toolbar toggle button to bottom diff -r 7fa030127b05 -r 59c9dbb26bb0 client/src/components/map/toolbar/Profiles.vue --- a/client/src/components/map/toolbar/Profiles.vue Fri Nov 30 08:26:13 2018 +0100 +++ b/client/src/components/map/toolbar/Profiles.vue Fri Nov 30 09:40:39 2018 +0100 @@ -1,5 +1,5 @@ diff -r 7fa030127b05 -r 59c9dbb26bb0 client/src/components/map/toolbar/Toolbar.vue --- a/client/src/components/map/toolbar/Toolbar.vue Fri Nov 30 08:26:13 2018 +0100 +++ b/client/src/components/map/toolbar/Toolbar.vue Fri Nov 30 09:40:39 2018 +0100 @@ -1,14 +1,16 @@ @@ -20,10 +22,9 @@ overflow: hidden transition: max-height 0.4s margin-bottom: auto - border-radius: $border-radius .toolbar-collapsed - max-height: (3 * $icon-height) + 1.2rem + max-height: 3 * $icon-height .toolbar-expanded max-height: 100%