Add chat credentials sending to server

This commit is contained in:
Hepatica
2024-01-27 02:51:04 +01:00
parent 6ab7f062fb
commit 6d29ac44b9
2 changed files with 12 additions and 6 deletions

View File

@@ -153,9 +153,9 @@
background: #22252F;
color: #A9A99D;
border: none;
width: 600px; /* или другое значение, которое вы хотите использовать */
width: 600px;
box-sizing: border-box;
resize: none; /* Убирает ручку изменения размера */
resize: none;
}
.write__content textarea:focus {