diff --git a/src/components/Player.vue b/src/components/Player.vue index a0f7489..f484e33 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -97,11 +97,14 @@ @click="updatePlayer('isVoteless', true)" title="Ghost vote" /> + + +
  • - + {{ player.isOnBlock ? "Take off block" : "Put on block" }}
  • @@ -619,8 +622,8 @@ li.move:not(.from) .player .overlay svg.move { .on-block { position: absolute; - margin-top: -15%; - left: 3px; + margin-top: -95%; + right: 2px; color: darkred; } diff --git a/src/main.js b/src/main.js index 35c7fc6..9d7af31 100644 --- a/src/main.js +++ b/src/main.js @@ -16,7 +16,6 @@ const faIcons = [ "CloudMoon", "Cog", "Copy", - "Crosshairs", "Dice", "Dragon", "ExchangeAlt", @@ -36,6 +35,7 @@ const faIcons = [ "RedoAlt", "SearchMinus", "SearchPlus", + "Skull", "Square", "TheaterMasks", "Times",