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); }