mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Remove transition on compose box height.
The transition "all" by default also affected the transition on the height change of the compose box which ended up making the compose box appear to be laggy and choppy.
This commit is contained in:
committed by
Tim Abbott
parent
f6f2c62caf
commit
2751fa44e6
@@ -300,7 +300,7 @@ textarea.new_message_textarea,
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
transition: all 0.2s ease;
|
||||
transition: border 0.2s ease;
|
||||
}
|
||||
|
||||
textarea.new_message_textarea:focus,
|
||||
|
||||
Reference in New Issue
Block a user