Commit 4c86cca2 authored by JC Brand's avatar JC Brand

Hide resize handle for both private and group chats

Fixes #1154
parent c652568a
......@@ -7487,7 +7487,8 @@ body.reset {
width: 100%;
border: none;
min-height: 60px;
margin-bottom: -4px; }
margin-bottom: -4px;
resize: none; }
#conversejs .chatbox .sendXMPPMessage .chat-textarea.spoiler {
height: 42px; }
#conversejs .chatbox .sendXMPPMessage .chat-textarea.correcting {
......
......@@ -248,6 +248,7 @@
border: none;
min-height: $chat-textarea-height;
margin-bottom: -4px; // Not clear why this is necessar :(
resize: none;
&.spoiler {
height: 42px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment