mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
ffd526af1a
1 changed files with 5 additions and 1 deletions
|
@ -42,4 +42,8 @@ limitations under the License.
|
|||
.mx_VideoView_localVideoFeed video {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_VideoView_localVideoFeed.mx_VideoView_localVideoFeed_flipped video {
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue