File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
components/Monitoring/InfoSection Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const VideoPlayer = ({ locations }: VideoPlayerProps) => {
6969 } ;
7070 } , [ selectedIndex , locations ] ) ;
7171
72- return < S . VideoPlayer ref = { videoRef } muted autoPlay playsInline /> ;
72+ return < S . VideoPlayer ref = { videoRef } muted autoPlay playsInline className = 'videoPlayer' /> ;
7373} ;
7474
7575export default VideoPlayer ;
Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ export const GlobalStyle = createGlobalStyle`
108108 height: 10px;
109109 cursor: pointer;
110110 }
111+
112+ .videoPlayer {
113+ transform: rotateY(180deg);
114+ -webkit-transform: rotateY(180deg);
115+ -moz-transform: rotateY(180deg);
116+ }
111117` ;
112118
113119export default GlobalStyle ;
You can’t perform that action at this time.
0 commit comments