From 89240b84fb11758efc7f8d196f5b4a559daa4608 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 10 Dec 2020 15:52:03 +0000 Subject: [PATCH] Only want margins on the large view --- res/css/views/voip/_CallView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/voip/_CallView.scss b/res/css/views/voip/_CallView.scss index 236880a531..dbe2c27e41 100644 --- a/res/css/views/voip/_CallView.scss +++ b/res/css/views/voip/_CallView.scss @@ -20,13 +20,13 @@ limitations under the License. background-color: $voipcall-plinth-color; padding-left: 8px; padding-right: 8px; - margin: 5px 5px 5px 18px; // XXX: CallContainer sets pointer-events: none - should probably be set back in a better place pointer-events: initial; } .mx_CallView_large { padding-bottom: 10px; + margin: 5px 5px 5px 18px; .mx_CallView_voice { height: 360px;