mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `.message_content` alongside.
This commit is contained in:
parent
9ae93cc7a9
commit
ff06dccc24
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue