mirror of https://github.com/vector-im/riot-web
Merge pull request #6653 from matrix-org/fix/palid/space-room-view-css
Fix content not being centeredpull/21833/head
commit
1c29505c83
|
@ -19,6 +19,7 @@ limitations under the License.
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView {
|
.mx_RoomView {
|
||||||
|
|
Loading…
Reference in New Issue