Change game over overlay to vertical layout

This commit is contained in:
2026-03-20 09:22:38 -07:00
parent 4a49c76cdc
commit 708b1466d6
+1
View File
@@ -370,6 +370,7 @@ button:active {
background: rgba(0, 0, 0, 0.85); background: rgba(0, 0, 0, 0.85);
z-index: 999; z-index: 999;
display: none; display: none;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }