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