mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-21 13:41:44 +02:00
Add more specific css class to allow for optional flipping
This commit is contained in:
parent
5db44bd4ae
commit
044519f9ea
@ -42,5 +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…
x
Reference in New Issue
Block a user