From 8f24656603602655e6f06084c4a79cd6f258b25c Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 8 Dec 2020 19:26:57 +0000 Subject: [PATCH] Make margins & header font match widgets --- res/css/views/voip/_CallView.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/voip/_CallView.scss b/res/css/views/voip/_CallView.scss index ffe8d95f09..f74512ea21 100644 --- a/res/css/views/voip/_CallView.scss +++ b/res/css/views/voip/_CallView.scss @@ -20,6 +20,7 @@ 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; } @@ -172,6 +173,7 @@ limitations under the License. } .mx_CallView_header_callType { + font-size: 1.2rem; font-weight: bold; vertical-align: middle; }