remove global

This commit is contained in:
dawoodkhan82 2022-02-23 13:34:18 -05:00
parent 32247c272f
commit d53737114b

View File

@ -66,3 +66,10 @@
/>
</button>
</div>
<style lang="postcss">
video {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
</style>