mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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;
|
||||
}
|
||||
|
||||
.message_row .date_row {
|
||||
/* We only want padding for the date rows between recipient blocks */
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
div.focused_table {
|
||||
display: block;
|
||||
}
|
||||
@ -2395,11 +2400,6 @@ div.topic_edit_spinner .loading_indicator_spinner {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.message_row .date_row {
|
||||
/* We only want padding for the date rows between recipient blocks */
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.date_row {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user