added logic for send msg in gamemodes

This commit is contained in:
Kostya
2023-11-19 15:07:59 +03:00
parent 2a12f9b1cf
commit 3e3e4bf365
3 changed files with 44 additions and 3 deletions

View File

@@ -108,4 +108,9 @@
border-radius: 6px;
background: #3D3F48;
border: none;
cursor: pointer;
}
.write__content button:disabled {
cursor: not-allowed;
}