Feat : put ready button in the middle of the screen
release-tag / release-image (push) Successful in 29s
release-tag / release-image (push) Successful in 29s
This commit is contained in:
+2
-2
@@ -30,9 +30,9 @@ import goStore, { setReady } from "@/netcode";
|
|||||||
#game_status {
|
#game_status {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
top: 0;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translate(-50%, -50%);
|
||||||
background-color: rgba(255, 255, 255, .75);
|
background-color: rgba(255, 255, 255, .75);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user