Skip to content

Commit

Permalink
修复水平垂直翻转同时开启
Browse files Browse the repository at this point in the history
  • Loading branch information
Aira-Sakuranomiya committed Jan 11, 2024
1 parent c5c71b4 commit 63746e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Player/PlayerVideo/PlayerVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,10 @@
&.vertical-flip {
transform: scaleY(-100%);
}
&.horizontal-flip.vertical-flip {
transform: scale(-100%);
}
}
&:not(.fullscreen) {
Expand Down

0 comments on commit 63746e4

Please sign in to comment.