Fix content not being centered

This commit is contained in:
Dariusz Niemczyk 2021-08-20 18:15:57 +02:00
parent 86b6c6a836
commit d9b79888fd
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05

View File

@ -19,6 +19,7 @@ limitations under the License.
flex-direction: column;
flex: 1;
position: relative;
justify-content: center;
}
.mx_RoomView {