Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-10-26 08:55:24 +00:00
commit ffd526af1a

View File

@ -43,3 +43,7 @@ limitations under the License.
width: auto;
height: 100%;
}
.mx_VideoView_localVideoFeed.mx_VideoView_localVideoFeed_flipped video {
transform: scale(-1, 1);
}