mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `#message-edit-history` alongside.
This commit is contained in:
parent
2a6a817f57
commit
62de6083a5
|
@ -646,6 +646,21 @@ td.pointer {
|
|||
position: static;
|
||||
}
|
||||
|
||||
#message-edit-history .message_author {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#message-edit-history .author_details {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
padding: 1px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#message-edit-history .messagebox-content {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
/* The way this overrides the menus with a background-color and a high
|
||||
z-index is kinda hacky, and requires some annoying color-matching,
|
||||
but it works. */
|
||||
|
@ -1305,17 +1320,6 @@ div.focused_table {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
#message-edit-history .message_author {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#message-edit-history .author_details {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
padding: 1px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.message_content.condensed {
|
||||
max-height: 8.5em;
|
||||
min-height: 0em;
|
||||
|
@ -1356,10 +1360,6 @@ div.focused_table {
|
|||
padding: 4px 115px 1px 10px;
|
||||
}
|
||||
|
||||
#message-edit-history .messagebox-content {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.last_message .messagebox-content {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue