added style for disabled game

This commit is contained in:
Kostya
2024-01-21 00:01:01 +03:00
parent c5746aea6b
commit 0f02a92b23

View File

@@ -302,6 +302,10 @@ input[type="number"]::-webkit-outer-spin-button {
padding-top: 25px; padding-top: 25px;
} }
.game {
pointer-events: none;
}
.hidden { .hidden {
opacity: 0 !important; opacity: 0 !important;
} }