From d9b79888fd1b1d0074266b3c59c6d464061cedee Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Fri, 20 Aug 2021 18:15:57 +0200 Subject: [PATCH] Fix content not being centered --- res/css/structures/_RoomView.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/structures/_RoomView.scss b/res/css/structures/_RoomView.scss index 5c20f675f9..81ea75c442 100644 --- a/res/css/structures/_RoomView.scss +++ b/res/css/structures/_RoomView.scss @@ -19,6 +19,7 @@ limitations under the License. flex-direction: column; flex: 1; position: relative; + justify-content: center; } .mx_RoomView {