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

This commit is contained in:
majordwarf 2020-05-19 15:48:33 +05:30 committed by Tim Abbott
parent c22090e438
commit 3362b2db8a
1 changed files with 5 additions and 5 deletions

View File

@ -1237,6 +1237,11 @@ div.message_table {
z-index: 2; z-index: 2;
} }
.message_row .date_row {
/* We only want padding for the date rows between recipient blocks */
padding-bottom: 0px;
}
div.focused_table { div.focused_table {
display: block; display: block;
} }
@ -2395,11 +2400,6 @@ div.topic_edit_spinner .loading_indicator_spinner {
padding-bottom: 10px; padding-bottom: 10px;
} }
.message_row .date_row {
/* We only want padding for the date rows between recipient blocks */
padding-bottom: 0px;
}
.date_row { .date_row {
padding-left: 2px; padding-left: 2px;
} }