refactor(minimap): move minimap to separate package

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 14:53:44 +01:00
committed by Braks
parent e44b683b74
commit 281279044c
13 changed files with 594 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
.vue-flow__minimap {
background-color: #fff;
}
.vue-flow__minimap-mask.pannable {
cursor: grab;
}