ソースを参照

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},

読み込み中…
キャンセル
保存