diff --git a/src/components/Menu.vue b/src/components/Menu.vue index dda3b8a..940431e 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -448,6 +448,7 @@ export default { position: absolute; right: 0; top: 0; + user-select: none; &.open { transform: rotate(0deg); diff --git a/src/components/Player.vue b/src/components/Player.vue index aee5227..8dc2c03 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -718,6 +718,7 @@ li.move:not(.from) .player .overlay svg.move { top: 5px; box-shadow: 0 0 5px black; padding: 0 4px; + user-select: none; svg { top: 3px; @@ -790,6 +791,7 @@ li.move:not(.from) .player .overlay svg.move { margin-left: 15px; cursor: pointer; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); + user-select: none; &:before { content: " "; diff --git a/src/components/TownSquare.vue b/src/components/TownSquare.vue index 1ef520c..67c154e 100644 --- a/src/components/TownSquare.vue +++ b/src/components/TownSquare.vue @@ -402,8 +402,8 @@ export default { .circle { padding: 0; - width: 100vmin; - height: 100vmin; + width: 95vmin; + height: 95vmin; list-style: none; margin: 0;