mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
message view: Fix margin for date separator.
Without this tweak the date separator overlaps the left borner.
This commit is contained in:
@@ -2651,6 +2651,10 @@ div.topic_edit_spinner .loading_indicator_spinner {
|
|||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.date_row {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.date_row .date-direction {
|
.date_row .date-direction {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user