diff --git a/src/components/navigation/AppNavigationBoard.vue b/src/components/navigation/AppNavigationBoard.vue index 69b091f55..9b39149e1 100644 --- a/src/components/navigation/AppNavigationBoard.vue +++ b/src/components/navigation/AppNavigationBoard.vue @@ -61,6 +61,9 @@
+ +
+
@@ -69,12 +72,6 @@ class="icon-close" @click.stop.prevent="cancelEdit">
- - -
- Click to choose color -
-
@@ -279,8 +276,17 @@ export default { #app-navigation #deck-navigation .editing { height: auto !important; } - .color0 { - border-radius: 6px; - height: 25px; + .app-navigation-entry-bullet-wrapper { + position: absolute; + left: 33px; + width: 44px !important; + margin: 6px; + height: 44px; + .color0 { + width: 30px !important; + height: 30px; + border-radius: 50%; + background-size: 14px; + } }