Manage rules for mx_RoomView on _RoomView.pcss - _ScrollPanel.pcss (#10770)
* Move style rules of `mx_RoomView_MessageList` from _ScrollPanel.pcss on _RoomView.pcss * Nesting: `mx_RoomView--local .mx_ScrollPanel`
This commit is contained in:
@@ -181,10 +181,20 @@ limitations under the License.
|
||||
li {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomView--local .mx_ScrollPanel .mx_RoomView_MessageList {
|
||||
justify-content: center;
|
||||
.mx_ScrollPanel & {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
|
||||
content-visibility: auto;
|
||||
contain-intrinsic-size: 50px;
|
||||
}
|
||||
|
||||
.mx_RoomView--local .mx_ScrollPanel & {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
li.mx_RoomView_myReadMarker_container {
|
||||
|
||||
Reference in New Issue
Block a user