[MM-51489]: Fix issue with compact message mode (#22711)

Automatic Merge
Этот коммит содержится в:
Ashish Dhama
2023-04-06 00:34:28 +05:30
коммит произвёл GitHub
родитель 54af9a7c7d
Коммит 0af69b3411
5 изменённых файлов: 18 добавлений и 9 удалений

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

@@ -79,6 +79,8 @@
}
&.post--compact {
padding-left: 1em;
.post__body {
padding-left: 0;
}
@@ -102,7 +104,7 @@
&.same--user {
.post__header {
.col__name {
display: inline-block;
display: flex;
}
}
}

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

@@ -2395,8 +2395,7 @@
.post.current--user {
&.other--root,
&.post--root,
&.post--comment {
&.post--root, {
.post__header-set-custom-status {
display: revert;
padding: 0 6px;

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

@@ -292,6 +292,8 @@
.post__permalink {
position: absolute;
top: 1px;
left: -76px;
width: 60px;
text-align: right;
}
@@ -355,6 +357,10 @@
.post__header {
.post-menu {
top: -34px;
&.post-menu--position {
top: -12px;
}
}
}
}