You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
Make widgets and calls span across the whole room width when using bubble layout (#7553)
This commit is contained in:
@@ -15,8 +15,11 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomView_body[data-layout=bubble] {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
.mx_RoomView_timeline, .mx_RoomView_statusArea, .mx_MessageComposer {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile[data-layout=bubble],
|
||||
|
||||
Reference in New Issue
Block a user