diff --git a/pages/index.vue b/pages/index.vue index ec8c943..a45857b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -30,9 +30,9 @@ import goStore, { setReady } from "@/netcode"; #game_status { position: fixed; z-index: 10; - top: 0; + top: 50%; left: 50%; - transform: translateX(-50%); + transform: translate(-50%, -50%); background-color: rgba(255, 255, 255, .75); } \ No newline at end of file