This commit is contained in:
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; width: 320px;
.mx_CallView_voice { .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. limitations under the License.
*/ */
/*.mx_VideoFeed video {
width: 100%;
}*/
.mx_VideoFeed_remote { .mx_VideoFeed_remote {
width: 100%; width: 100%;
background-color: #000; background-color: #000;
@ -34,11 +30,6 @@ limitations under the License.
border-radius: 4px; border-radius: 4px;
} }
/*.mx_VideoFeed_local video {
width: auto;
height: 100%;
}*/
.mx_VideoFeed_mirror { .mx_VideoFeed_mirror {
transform: scale(-1, 1); transform: scale(-1, 1);
} }