Feat : put ready button in the middle of the screen
release-tag / release-image (push) Successful in 29s

This commit is contained in:
2024-05-18 11:57:02 +02:00
parent cdf0b4b338
commit 48f1bc069c
+2 -2
View File
@@ -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);
}
</style>