forked from rDrama/rDrama
1
0
Fork 0

dont allow resizing chatbox

master
Aevann 2023-08-20 19:19:12 +03:00
parent eb0af76e46
commit b31e0e9e1d
1 changed files with 4 additions and 0 deletions

View File

@ -173,3 +173,7 @@ img[alt^="![]("], .img {
padding-top: 1px !important;
}
}
textarea {
resize: none !important;
}