diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index e6621e40c5..64743eff80 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -62,7 +62,7 @@
- +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index f6c396be46..284ee2e990 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -261,7 +261,7 @@ img.profile_picture { margin-bottom: auto; } -textarea.zephyr_message { +textarea.new_message_textarea { width: 100%; height: 100%; }