소스 검색

Mirror self only

master
Roderic Day 4 년 전
부모
커밋
33ae49afd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      apps/streams.js

+ 1
- 1
apps/streams.js 파일 보기

@@ -174,7 +174,7 @@ const Video = {
objectFit: Settings.get('blackBars') ? 'contain' : 'cover',
width: '100%',
height: '100%',
transform: 'scaleX(-1)',
transform: username === State.username ? 'scaleX(-1)' : 'scaleX(1)',
}
return m('.video-container', {style: styleOuter},
m('.video-info', {style: styleMeta},

Loading…
취소
저장