mirror of https://github.com/zulip/zulip.git
Prevent the compose box from changing size slightly as the textarea gains / loses focus
(imported from commit cb863675c8c04d936aa62f56d0b4c28c41f04efb)
This commit is contained in:
parent
9ce4c103c0
commit
8c20362c18
|
@ -336,11 +336,6 @@ textarea.new_message_textarea {
|
|||
resize: none;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
outline: none;
|
||||
border: gray;
|
||||
}
|
||||
|
||||
input.recipient_box {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
|
|
Loading…
Reference in New Issue