bill 7 mesiacov pred
rodič
commit
e67dc9c17b
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      src/app.vue
  2. 1 1
      src/model/app.vue

+ 1 - 1
src/app.vue

@@ -182,7 +182,7 @@ const layoutStyles = computed(() => {
   &.map-type {
     transition: all 0.3s ease;
     top: calc(var(--header-top) + var(--editor-head-height) + 10px);
-    right: calc(var(--editor-toolbox-width) + var(--editor-menu-right) + 10px);
+    right: calc(var(--editor-toolbox-width) + var(--editor-menu-right) + 30px);
     width: 42px;
     height: 42px;
 

+ 1 - 1
src/model/app.vue

@@ -208,7 +208,7 @@ export default Model;
 
 #direction {
   right: calc(var(--editor-menu-right) + var(--editor-toolbox-width)) !important;
-  top: calc(var(--header-top) + var(--editor-head-height)) !important;
+  top: calc(var(--header-top) + var(--editor-head-height) + 50px) !important;
   margin: 10px;
   transition: top 0.3s ease, right 0.3s ease;
 }