changeset 640:68a00310cb4a

fix: margin of layer selection fixed
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 13 Sep 2018 10:55:17 +0200
parents 5daee6e32c56
children 14dfab4e6e32
files client/src/layers/Layers.vue
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/layers/Layers.vue	Thu Sep 13 10:14:59 2018 +0200
+++ b/client/src/layers/Layers.vue	Thu Sep 13 10:55:17 2018 +0200
@@ -21,7 +21,6 @@
 
 <style lang="scss">
 .layerselection {
-  margin-right: $offset;
   background-color: white;
   margin-left: $small-offset;
   opacity: $slight-transparent;
@@ -41,7 +40,6 @@
 .minimizer {
   position: absolute;
   z-index: 2;
-  margin-right: $offset;
   right: $offset;
   background-color: white;
   border-radius: $border-radius;