MM-60241 Ensure RHS post list always fills available space (#28087)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9f8bc4b171
Коммит
e99d92dc66
@@ -9,9 +9,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-list__dynamic--RHS {
|
.post-list__dynamic--RHS {
|
||||||
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
|
flex-direction: column;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
scrollbar-color: var(--center-channel-color-32) #fff0;
|
scrollbar-color: var(--center-channel-color-32) #fff0;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
|
||||||
|
& > div[role="list"]:nth-child(1) {
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user