css: Reorder zulip.scss to put `.message_content` alongside.

This commit is contained in:
majordwarf 2020-05-19 15:50:55 +05:30 committed by Tim Abbott
parent 9ae93cc7a9
commit ff06dccc24
1 changed files with 16 additions and 16 deletions

View File

@ -1256,14 +1256,26 @@ div.focused_table {
overflow: hidden;
}
.rtl {
direction: rtl;
}
.message_content:empty {
display: none;
}
.message_content.condensed {
max-height: 8.5em;
min-height: 0em;
overflow: hidden;
}
.message_content.collapsed {
max-height: 0em;
min-height: 0em;
overflow: hidden;
}
.rtl {
direction: rtl;
}
.message_edit_content {
line-height: 18px;
resize: vertical !important;
@ -1353,18 +1365,6 @@ div.focused_table {
max-width: 100%;
}
.message_content.condensed {
max-height: 8.5em;
min-height: 0em;
overflow: hidden;
}
.message_content.collapsed {
max-height: 0em;
min-height: 0em;
overflow: hidden;
}
.message_length_controller {
display: none;
text-align: center;