MM-60241 Ensure RHS post list always fills available space (#28087)

Automatic Merge
Этот коммит содержится в:
Harrison Healey
2024-08-29 10:44:32 -04:00
коммит произвёл GitHub
родитель 9f8bc4b171
Коммит e99d92dc66

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

@@ -9,9 +9,16 @@
}
.post-list__dynamic--RHS {
display: flex;
height: 100%;
flex-direction: column;
padding-bottom: 8px;
scrollbar-color: var(--center-channel-color-32) #fff0;
scrollbar-width: thin;
& > div[role="list"]:nth-child(1) {
margin-top: auto;
}
}
> div {