Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Make widgets and calls span across the whole room width when using bu…
Browse files Browse the repository at this point in the history
…bble layout (#7553)
  • Loading branch information
SimonBrandner authored Jan 17, 2022
1 parent 2fd06ac commit cb42173
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit cb42173

Please sign in to comment.