From 61180a6e649460e71adccfc22e71b184d93ff797 Mon Sep 17 00:00:00 2001 From: GRL Date: Wed, 9 Jun 2021 15:29:37 +0200 Subject: [PATCH] The cam of other people in a bubble is at the top of the screen even when a iframe is open on mobile --- front/style/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/front/style/style.scss b/front/style/style.scss index 8522d4a4..b22a3f57 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -589,7 +589,6 @@ input[type=range]:focus::-ms-fill-upper { /* Let's make sure videos are vertically centered if they need to be cropped */ .media-container { display: flex; - justify-content: center; flex-direction: column; overflow: hidden; border-radius: 15px;