From d243f7bad83d4675940bfe4ce5c50fbc64811b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 21 Jul 2021 18:30:25 +0200 Subject: [PATCH] Move some CSS to a more correct place MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/voip/_CallView.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/css/views/voip/_CallView.scss b/res/css/views/voip/_CallView.scss index a66d9a32c6..59298ef8e6 100644 --- a/res/css/views/voip/_CallView.scss +++ b/res/css/views/voip/_CallView.scss @@ -73,14 +73,14 @@ limitations under the License. > .mx_VideoFeed { width: 100%; height: 100%; - display: flex; - justify-content: center; - align-items: center; &.mx_VideoFeed_voice { // We don't want to collide with the call controls that have 52px of height padding-bottom: 52px; background-color: $inverted-bg-color; + display: flex; + justify-content: center; + align-items: center; } &.mx_VideoFeed_video {