pull/21833/head
David Baker 2020-11-12 18:12:38 +00:00
parent c921567831
commit 6caca97942
2 changed files with 1 additions and 10 deletions

View File

@ -36,7 +36,7 @@ limitations under the License.
width: 320px;
.mx_CallView_voice {
height: 180px
height: 180px;
}
}

View File

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