Make widgets and calls span across the whole room width when using bubble layout (#7553)

This commit is contained in:
Šimon Brandner 2022-01-17 11:01:31 +01:00 committed by GitHub
parent 2fd06ac0c6
commit cb42173e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,11 @@ limitations under the License.
*/
.mx_RoomView_body[data-layout=bubble] {
.mx_RoomView_timeline, .mx_RoomView_statusArea, .mx_MessageComposer {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
}
.mx_EventTile[data-layout=bubble],