From 6caca97942444822091a5f488d24e148637c3c6c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 12 Nov 2020 18:12:38 +0000 Subject: [PATCH] lint --- res/css/views/voip/_CallView.scss | 2 +- res/css/views/voip/_VideoFeed.scss | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/res/css/views/voip/_CallView.scss b/res/css/views/voip/_CallView.scss index eadad831ab..ceb8e798b8 100644 --- a/res/css/views/voip/_CallView.scss +++ b/res/css/views/voip/_CallView.scss @@ -36,7 +36,7 @@ limitations under the License. width: 320px; .mx_CallView_voice { - height: 180px + height: 180px; } } diff --git a/res/css/views/voip/_VideoFeed.scss b/res/css/views/voip/_VideoFeed.scss index 1368ead02f..931410dba3 100644 --- a/res/css/views/voip/_VideoFeed.scss +++ b/res/css/views/voip/_VideoFeed.scss @@ -14,10 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -/*.mx_VideoFeed video { - width: 100%; -}*/ - .mx_VideoFeed_remote { width: 100%; background-color: #000; @@ -34,11 +30,6 @@ limitations under the License. border-radius: 4px; } -/*.mx_VideoFeed_local video { - width: auto; - height: 100%; -}*/ - .mx_VideoFeed_mirror { transform: scale(-1, 1); }