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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0445d8348c
Коммит
59d5df6bce
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user