remove chat input resize

pull/227/head
Aevann 2024-05-23 02:28:22 +03:00
parent bc7035fa7f
commit d75afb2918
1 changed files with 4 additions and 0 deletions

View File

@ -226,3 +226,7 @@ h1, h2, h3, h4, h5, h6 {
*:target {
scroll-margin-top: 35vh;
}
#input-text-chat {
resize: none !important;
}