From a26c0b6584b9c781da269d60fa12561cd60d6278 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 31 Oct 2020 19:26:52 +0530 Subject: [PATCH] compose: Remove unused css property. This property never gets used and is not necessary since it is overridden by ``` .button.small { font-size: 1em; padding: 3px 10px; } ``` in compose.css which looks good enough. --- static/styles/compose.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index a40e1c6be4..7f650bc14b 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -511,12 +511,6 @@ a#undo_markdown_preview { } @media (max-width: 500px) { - .compose_stream_button, - .compose_private_button, - .compose_reply_button { - padding: 5px 10px 5px 10px; - } - textarea.new_message_textarea { height: 30px !important; min-height: 30px !important;