From 046ecc5d50df520646e6ffd3f07752bfca75733a Mon Sep 17 00:00:00 2001 From: Marco Burstein Date: Sun, 16 Dec 2018 12:53:15 -0800 Subject: [PATCH] styles: Fix compose options hidden when editing. Fix an issue that when a message is being edited, sometimes compose options are hidden if there is no time limit. Also, move the options further from the time limit to make them more noticeable. Fix #11056. --- static/styles/zulip.scss | 6 ++++++ static/templates/message_edit_form.handlebars | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index ca5c571e90..cb68c19aeb 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1361,6 +1361,12 @@ div.focused_table { .message-edit-timer-control-group { float: right; display: none; + margin-top: 5px; +} + +.message-edit-feature-group { + display: inline-block; + margin-bottom: -5px; } .topic_edit { diff --git a/static/templates/message_edit_form.handlebars b/static/templates/message_edit_form.handlebars index f8c458c902..e445ad9547 100644 --- a/static/templates/message_edit_form.handlebars +++ b/static/templates/message_edit_form.handlebars @@ -36,13 +36,13 @@ {{/if}} {{#if has_been_editable}} +
+ + + +
-
- - - -