MM-51528 Fix new messages line overlapping date lines (#23525)

* MM-51528 Fix new messages line overlapping date lines

* Improve clarity of CSS for New Messages and Date separators

* Remove doubled padding above date the New Messages line

* Remove ThreadViewer-specific CSS for separators
Этот коммит содержится в:
Harrison Healey
2023-06-12 09:57:41 -04:00
коммит произвёл GitHub
родитель 0445d8348c
Коммит 59d5df6bce
5 изменённых файлов: 52 добавлений и 36 удалений

Просмотреть файл

@@ -2180,8 +2180,12 @@
}
.post-row__padding {
&.top > div:not(.post) {
padding-top: 0;
&.bottom .Separator {
padding-bottom: 1em;
}
&.top .Separator {
padding-top: 1em;
}
&.top .post {