mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
e7a5588cb3
commit
a26c0b6584
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue