From 3dda6f4742e17dda8a985f3365ba3a2bab1fb1b7 Mon Sep 17 00:00:00 2001 From: Cameron Cheung Date: Mon, 12 Jun 2023 21:47:26 -0700 Subject: [PATCH] Fix characterautogui vertical alignment bug --- package.json | 2 +- src/components/units/GameBody/CharacterAutoGUI.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d2f346de..a854273c 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,5 @@ "preview:https": "serve dist", "reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit" }, - "version": "5.0.0-alpha.238" + "version": "5.0.0-alpha.239" } diff --git a/src/components/units/GameBody/CharacterAutoGUI.vue b/src/components/units/GameBody/CharacterAutoGUI.vue index 212dec92..c75128a4 100644 --- a/src/components/units/GameBody/CharacterAutoGUI.vue +++ b/src/components/units/GameBody/CharacterAutoGUI.vue @@ -293,6 +293,7 @@ } .app-game-board-default-token { + alignment-baseline: middle; text-anchor: middle; cursor: default;